C Language QUIZ

Instructions:

  • Total Number of Questions: 10
  • Score out of: 10
  • Time alloted: 30 seconds per question, total 30 minutes
  • Each question carry 1 mark
  • No negtive marking

NOTE:

Select one option as answer, for per question and then Click 'Submit and Next' button for next question

Click the 'Result' button after 10th question to get you score.

Do not refresh the Page.

1. Which of the following is a logical OR operator?

2. In the C language, the constant is defined

3. Which of the following variable cannot be used by switch-case statement?

4. What is required in each C program?

5. A pointer is a memory address. Suppose the pointer variable has p address 1000, and that p is declared to have type int*, and an int is 4 bytes long. What address is represented by expression p + 2?

6. What is the output of this statement "printf("%d", (a++))"?

7. A local variable is stored in ___

8. To print a float value which format specifier can be used?

9. Which one of the following is a loop construct that will always be executed once?

10. What is a lint?

Close