WBJECA MCQ FOR NEW SYLLABUS
C Programming MCQ ( SET - 9)
- What is the size of struct always ?- Equal to sum of Struct all data member size
- Equal to Struct biggest data member size
- Equal to Struct smallest data member size
- none of above
 Answer: A
 Explantion: None
- C language is which language subset ?- java
- c#
- c++
- ruby
 Answer: C
 Explantion: None
- An unitialized pointer is called ________ ?- Wild pointer
- Null pointer
- Dangling pointer
- void Pointer
 Answer: A
 Explantion: None.
- Automatic Variables are stored in ___________ ?- Heap
- Stack
- int
- Register
 Answer: B
 Explantion: None
- A function can be defined inside another function ?- False
- True
- may be
- none of above
 Answer: A
 Explantion: None
- Whow many type of comments are in C programming language ?- two
- three
- one
- none of above
 Answer: A
 Explantion: None
- The format identifier%i is used for which datatype ?- bool
- float
- double
- int
 Answer: D
 Explantion: None
- Which keyword is used to come out of a loop only for that itration ?- return
- exit
- break
- continue
 Answer: D
 Explantion: None
- Result of logical expression in C programming language is ?- true
- 0 or 1
- false
- all of above
 Answer: B
 Explantion: None
- 10C preprocessors are specified with _____________ ?- ;
- #
- $
- *
 Answer: B
 Explantion: None
 More C programming MCQ  for 
 

 
 
 
0 Comments