C Language MCQ - English
Which of the following is not a valid variable name declaration?
Home | Discussion ForumWhich 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 cannot be a variable name in C?
2) 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
3) A declaration "short int" is used for variable
Which have short duration in a program
Which have short names
Which may require less storage than normal integers
All of the above
View Answer
4) Which of the following is not a valid variable name declaration?
5) Which of the following is not a valid variable name declaration?