WBJECA MCQ FOR NEW SYLLABUS
C Programming MCQ ( SET - 11)
- A function can be called inside an another function ?
- fase
- true
- both of A & B
- None of above
Answer: B
Explantion: None - The maximum number of arguments that can be passed in a single function ?
- 256
- 0
- 253
- 255
Answer: C
Explantion: None - Every function must return a value ?
- No
- yes
- maybe
- none of above
Answer: A
Explantion: None. - A variable that is declared inside another function can be used in main() ?
- NO
- only for that function
- Yes
- both A & B
Answer: D
Explantion: None - How many type of macros in C programming ?
- Two
- one
- Three
- No nay macros
Answer: A
Explantion: None - Difference between ASCII value of Upper & Lower case of the same letter is _______ ?
- 32
- 0
- 48
- 30
Answer: A
Explantion: None - float occupy how many bytes in memory ?
- 16 bytes
- 2 bytes
- 1 bytes
- 4 bytes
Answer: D
Explantion: None - A pointer that is initialized NULL value is called ________ ?
- wild pointer
- pointer pointer
- function pointer
- Null pointer
Answer: D
Explantion: None - Declaration of single line comment is ____________ ?
- */
- //
- */
- ?* */
Answer: B
Explantion: None - 10How many types of assignment operator in C programming ?
- two
- one
- three
- none of above
Answer: A
Explantion: None
More C programming MCQ for
0 Comments