C Language MCQ - English
What is the problem in following variable declaration?
float 3Bedroom-Hall-
Home | Discussion Forum
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
Answer : D
View More Related Question
1) Which is valid C expression?
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) The declaration "unsigned u" indicates:
4) In case of ordinary int variables:
The leftmost bit is reserved for sign
The rightmost bit is reserved for sign
No bit is reserved for sign
None of the above
View Answer
5) 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