C Language MCQ - English
All keywords in C are in
Home | Discussion ForumAll keywords in C are in
LowerCase letters
UpperCase letters
CamelCase letters
None
Answer : A
View More Related Question
1) Which is valid C expression?
2) The declaration "unsigned u" indicates:
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) 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) Which of the following is true for variable names in C?
They can contain alphanumeric characters as well as special characters
It is not an error to declare a variable to be one of the keywords(like goto, static)
Variable names cannot start with a digit
Variable can be of any length
View Answer