Computer Science, asked by RashelQuddus, 3 days ago

Which of the following is not a valid C variable name?
int variable_count;
int number;
float rate;
int $num;

Answers

Answered by jashwanthk321
0

Answer:

int $num is not a valid c variable name

Similar questions