+1 vote
in C Plus Plus by
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

Related questions

+1 vote
asked Jun 13, 2019 in C Plus Plus by Derya
+1 vote
asked Jun 13, 2019 in C Plus Plus by Derya
...