Q234
Which of the following is not a valid variable name declaration?
A.
int _a3;
B.
int a_3;
C.
int 3_a;
AnswerD.
int _3a
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board