Infomax Computer Academy
Report Bug
Qus : Which is valid C expression?
Qus कौन सी मान्य C expression है?
A. int my_num = 100,000;
B. int my_num = 100000;
C. int my num = 1000;
D. int $my_num = 10000;
Solution
B. int my_num = 100000;
Explanation
Space, comma and $ cannot be used in a variable name.
Report Bug
Select Reason
Wrong Question
Wrong Translation
Out of Topic
Wrong Answer
Question and Option not visible
Formatting Issues
Hindi Version Not Available
Explanation Required
Others