Computer Science, asked by muksm, 5 months ago

Which of the following is not a valid C variable name?
Select one:
a. float rate_$3;
b. int _count;
c. int $abc;
d. int nu_$m0b_$_er;​

Answers

Answered by ss6802604
0

Answer:

The list of all keywords in ANSI C is listed in the following table. All keywords must be written in lowercase. auto, double, int ...

Similar questions