Multiple choice

Which is not a keyword in C?

  1. Const

  2. Main

  3. Sizeof

  4. Void

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In C, 'main' is the name of the function where program execution begins; it is an identifier, not a reserved keyword.