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