Vidyalelo
C Programming · Q187

C Fundamentals

Programming · C Programming · question 187

Q187

Which of the following is true for variable names in C?

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

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board