Microprocessors - Engineering

Q1:

Which of the following can not be used as a variable name in C?

A else

B coal

C ram

D vendy

ANS:A - else

else is not allowed as variable name in C.