Home C C++ Java Python Perl PHP SQL JavaScript Linux Selenium QT Online Test

Home » C » C Objective Questions And Answers (Page-2)

C Objective Questions And Answers - 195

Page 2 of 10 (21- 40)


Question: 26

(A) 1 time
(B) 0 time
(C) Infinite Times(Until Stack overflows)
(D) Error: Lvalue Required

Explanation on: 
C Compiler IDE
Level: Beginner Category: loops



Question: 27

(A) 1 time
(B) It depends on the size of int
(C) Infinite Times(Until Stack overflows)
(D) Error

Explanation on: 
C Compiler IDE
Level: Beginner Category: loops



Question: 28

(A) 1 time
(B) Compilation Error
(C) 0 time
(D) Infinite Times(Until Stack Overflows)

Explanation on: 
C Compiler IDE
Level: Beginner Category: loops



Question: 29

(A) 1 time
(B) 0 time
(C) Infinite times(Until Stack is overflow)
(D) 2 times

Explanation on: 
C Compiler IDE
Level: Beginner Category: loops



Question: 30

(A) 4 times
(B) 5 times
(C) 0 time
(D) Infinite times

Explanation on: 
C Compiler IDE
Level: Practitioner Category: loops



Question: 31

(A) 5 times
(B) 4 times
(C) 2 times
(D) 1 time

Explanation on: 
C Compiler IDE
Level: Expert Category: loops



Question: 32

(A) 10
(B) 20
(C) 30
(D) Compilation Error

Explanation on: 
C Compiler IDE
Level: Expert Category: operators



Question: 33

(A) 320
(B) 60
(C) 160
(D) 64

Explanation on: 
C Compiler IDE
Level: Practitioner Category: pointers



Question: 34

(A) The CppBuzz.com
(B) The C
(C) The CppBuzz
(D) Compilation Error

Explanation on: 
C Compiler IDE
Level: Practitioner Category: datatype



Question: 35

(A) 0
(B) 15
(C) Undefined i
(D) Any other Compiler Error

Explanation on: 
C Compiler IDE
Level: EXpert Category: datatype



Question: 36

(A) Compilation Error
(B) Runtime Error
(C) __0
(D) __30

Explanation on: 
C Compiler IDE
Level: Expert Category: datatype



Question: 37

(A) 10.5
(B) 10
(C) 0
(D) Compilation Error

Explanation on: 
C Compiler IDE
Level: Beginner Category: datatype



Question: 38

(A) #include<stdio.h>
(B) return 0
(C) void main(int argc , char ** argv)
(D) None of above

Explanation on: 
C Compiler IDE
Level: Beginner Category: datatype



Question: 39

(A) 3.33
(B) 3.0
(C) 3
(D) 0

Explanation on: 
C Compiler IDE
Level: Beginner Category: datatype



Question: 40

(A) Compilation Error
(B) 0
(C) CppBuzz.com
(D) CppBuzz.com11

C Compiler IDE
Level: Beginner Category: function



Question: 41

(A) Java
(B) PHP
(C) C
(D) Visual Basic

C Compiler IDE
Level: Beginner Category: other



Question: 42

(A) 1 1
(B) 2 2
(C) 4 4
(D) Undefined

C Compiler IDE
Level: Beginner Category: pointers



Question: 43

(A) 10
(B) 0
(C) Compilation Error
(D) Undefined

C Compiler IDE
Level: Expert Category: datatype



Question: 44

(A) 10
(B) Compilation Error
(C) 0
(D) Undefined

C Compiler IDE
Level: Beginner Category: loops



Question: 45

(A) Declaration
(B) Definition

C Compiler IDE
Level: Beginner Category: storgeclass



Question: 46

(A) 20
(B) 0
(C) Undefined reference to i
(D) Linking Error

C Compiler IDE
Level: Beginner Category: storgeclass



Question: 47

(A) True
(B) False

C Compiler IDE
Level: Practitioner Category: function



Question: 48

(A) Operator
(B) Function
(C) Macro
(D) None of these

C Compiler IDE
Level: Expert Category: operators



Question: 49

(A) 1
(B) 2
(C) No Limit
(D) Depends on Compiler

C Compiler IDE
Level: Beginner Category: function



Question: 50

(A) Yes
(B) No

C Compiler IDE
Level: Beginner Category: function