Vidyalelo
C Programming · Q234

C Fundamentals

Programming · C Programming · question 234

Q234

Which of the following is not a valid variable name declaration?

A.
int _a3;
B.
int a_3;
C.
int 3_a;
Answer
D.
int _3a

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board