C Language MCQ - English
Which is valid C expression?
int my_num = 100,000;
int my_num = 100000;
int my num = 1000;
int $my_num = 10000;
Answer : B
Sponsored Ad
Feel free to find and hire your online essay writer to help you with papers. AdvancedWriters will not let you down.
View More Related Question
1) Which is valid C expression?
2) Which of the following is not a valid variable name declaration?
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) Which of the following is not a valid variable name declaration?
5) Which of following is not a valid name for a C variable?