Multiple choice Which is not a keyword in C? Const Main Sizeof 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.