Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which is valid C expression?

a) int my_num = 100,000;
b) int my_num = 100000;
c) int $my_num = 10000;
d) int my num = 1000;

Answer: b
Explanation: Space, comma and $ cannot be used in a variable name.

Join The Discussion