+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

Related questions

+1 vote
asked Jun 13, 2019 in C Plus Plus by Derya
+1 vote
asked Jun 13, 2019 in C Plus Plus by Derya
...