+1 vote
in C Plus Plus by
Which of the following is not a valid variable name declaration?

a. int a_3;
b. int 3_a;
c. int _a3;
d. int _3a
...