C Language MCQ - English
Which of the following is not a valid variable name declaration?
int __a3;
int __3a;
int __A3;
None of the mentioned
Answer : D
View More Related Question
1) Which of the following is not a valid variable name declaration?
2) Which of the following cannot be a variable name in C?
3) Which of the following is not a valid C variable name?
4) Which is valid C expression?
5) Variable name resolving (number of significant characters for uniqueness of variable) depends on
Compiler and linker implementations
Assemblers and loaders implementations
C language
None
View Answer