C Language MCQ - English
Which of the following cannot be a variable name in C?
volatile
true
friend
export
Answer : A
View More Related Question
1) All keywords in C are in
2) Which of the following cannot be a variable name in C?
3) 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
4) What is the problem in following variable declaration?
float 3Bedroom-Hall-Kitchen?;
The variable name begins with an integer
The special character ‘-‘
The special character ‘?’
All of the mentioned
View Answer
5) Which of the following is not a valid variable name declaration?