Which of the following is not a valid variable name declaration? *
a) int __a3;
b) int __3a;
c) int __A3;
d) Int i;
Answers
Answered by
0
Answer:
int _ A3 is the right answer
Similar questions