11.
What is the purpose of the 'break' statement in C?

12.
Which of the following is not a valid C keyword?

13.
What is the maximum number of arguments that can be passed to a C function?

14.
Which operator is used to access the value stored at a pointer address in C?

15.
What does the 'void' keyword indicate in a C function declaration?

16.
Which character is used to represent a comment in C code?

17.
What is the purpose of the 'continue' statement in a loop?

18.
What is the range of values that can be stored in an 'int' data type in C?

19.
Which operator is used to compare two values for equality in C?

20.
What is the purpose of the 'const' keyword in C?

Read More Section(C Fundamentals)

Each Section contains maximum 100 MCQs question on C Fundamentals. To get more questions visit other sections.