Which of the following is not a valid variable name declaration?
(a) int _a3;
(b) int a_3;
(c) int 3_a;
(d) int _3a
I got this question in an interview for internship.
This question is from Variable Names topic in chapter Data Types, Operators and Expressions in C of C