Sail E0 Webinar
Question
Which of the following is not a valid C variable name?
Options:
A .  int number;
B .  float rate;
C .  int variable_count;
D .  int $main;
Answer: Option D


Since only underscore and no other special character is allowed in a variable name, it results in an error.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers