Which of the following is not a valid C variable name?
int variable_count;
int number;
float rate;
int $num;
Answers
Answered by
2
Answer:
which of the following is a valid c variable name
Similar questions