Q122
Which of the following is not a valid C variable name?
A.
int number;
B.
float rate;
C.
int variable_count;
D.
int $main;
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board