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 a_3;
int 3_a;
int _3a
Answer : C
View More Related Question
1) A constant cannot be used except:
For assigning initial value to a variable
With ++ operator
As a formal argument
On LHS of an assignment operator
View Answer
2) 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
3) Which of the following is not a valid variable name declaration?
4) Which of the following is not a valid variable name declaration?
5) All keywords in C are in