C Language MCQ - English
Variable Names MCQ Questions and Answers
Home | C Language | Variable NamesVariables Name MCQ Questions and Answers on C Language and Online Test : here learn quiz questions on C Variables and download objective type questions and answers.
1) Which of the following is not a valid variable name declaration?
2) Which of the following is not a valid variable name declaration?
3) Variable names beginning with underscore is not encouraged. Why?
Answer : C Discuss
4) All keywords in C are in
5) Variable name resolving (number of significant characters for uniqueness of variable) depends on
Answer : A Discuss
6) Which of the following is not a valid C variable name?
7) Which of the following is true for variable names in C?
Answer : C Discuss
8) Which is valid C expression?
Answer : B Discuss
9) Which of the following is not a valid variable name declaration?
10) What is the problem in following variable declaration?
float 3Bedroom-Hall-Kitchen?;
Answer : D Discuss