Microprocessors - Engineering

Q1:

Which of the following is not a valid variable name in C?

A p_ce1

B p1_ce

C p _ced

ANS:B - p1_ce

First character is 1 which is not allowed.