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 of the following is true for variable names in C?

a) It is not an error to declare a variable to be one of the keywords(like goto, static)
b) They can contain alphanumeric characters as well as special characters
c) Variable names cannot start with a digit
d) Variable can be of any length

Answer: c
Explanation: According to the syntax for C variable name, it cannot start with a digit.

Join The Discussion