Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
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
d) Variable can be of any length