Multiple Choice
Which of the following is not a valid C variable name?
A) int number;
B) float rate;
C) int variable_count;
D) int $main;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q38: Which of the following is not an
Q39: Which of the following is not a
Q40: Which among the following is NOT a
Q41: Which of the following declaration is illegal?<br>A)char
Q42: Why do variable names beginning with the
Q44: Comment on the following statement n =
Q45: What will be the value of the
Q46: Which is correct representation of C statement?
Q47: Which keyword is used to prevent any
Q48: enum types are processed by _<br>A)Compiler<br>B)Preprocessor<br>C)Linker<br>D)Assembler