WBJECA MCQ FOR NEW SYLLABUS
C Programming MCQ ( SET - 3)
- What is the range of char data type ?
- -128 to +127
- 0 to 127
- 0 to 255
- None of above
Answer: A
Explantion: None - How many type / types of loop in c programming language ?
- two
- one
- three
- none of above
Answer: C
Explantion: do....while() ,
while() ,
for() - IN which year , C language was Developed ?
- 1970
- 1971
- 1969
- 1972
Answer: D
Explantion: None. - sizeof() is a _________ ?
- function
- operator
- Both A & B
- variable
Answer: B
Explantion: None - The format identifier %f is used for which datatype ?
- double
- float
- char
- int
Answer: B
Explantion: None - Which of the following is a logical NOT operator ?
- !
- !=
- !!
- |!
Answer: A
Explantion: None - break statement is used for ___________ ?
- Quit a program
- Quit the current itration
- jump from main()
- Both A and B
Answer: B
Explantion: None - What is the default value of static variable ?
- null
- garbage
- 0
- none of above
Answer: C
Explantion: None - Which of the following is not a valid storage class ?
- extern
- dynamic
- register
- auto
Answer: B
Explantion: None - 10What is the scope of local variable ?
- only main function
- Within the block or function
- Entire program
- All of above
Answer: B
Explantion: None
More C programming MCQ for
Post Graduate Entrance Examination
want more valuable MCQ !!
please goto home page....
0 Comments