Computer Science, asked by shaikfameeda15, 9 months ago

Find out the valid C expression.
ut of
Lestion
Select one:
O a. int my num = 2,000;
b. int my num = 2000;
O c. int my num = 2000,
d. int Smy_num = 2000;

Answers

Answered by pavithranatarajan855
1

Answer:

option d

Explanation:

For variables we can't give space between two words.but we can give underscore.

Similar questions