Quiz

C Language Basics Quiz

  1. 01.

    Which symbol is used to end statements in C?

  2. 02.

    Which header file is required for printf()?

  3. 03.

    Which keyword exits a loop?

  4. 04.

    Which operator is used for AND?

  5. 05.

    Which keyword is used to exit a switch statement?

  6. 06.

    Which loop is pre-tested?

  7. 07.

    Which keyword is used for defining a symbolic constant?

  8. 08.

    What is the maximum number of dimensions an array can have in C?

  9. 09.

    What does 'static' keyword do to a local variable?

  10. 10.

    Which format specifier is used for a string?