C Language MCQ - English
Variable names beginning with underscore is not encouraged. Why?
Home | Discussion ForumVariable names beginning with underscore is not encouraged. Why?
It is not standardized
To avoid conflicts since assemblers and loaders use such names
To avoid conflicts since library routines use such names
To avoid conflicts with environment variables of an operating system
Answer : C
View More Related Question
1) All keywords in C are in
2) Which of the following is not a valid variable name declaration?
3) Which of the following is not a valid variable name declaration?
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) 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