Find out the valid C expression
Select one:
a. int my num = 2000;
b. int my num = 2000;
c. int $my num = 2000;
d. int my num = 2,000;
Answers
Answered by
0
Answer:
none of these are valid.
because the variable must be continuous here space is given in all option inside the variable
Explanation:
Similar questions