MCQ Single Best Answer Not Set

QWhich of the following is correct for variable names in C?

ID: #1133 Variable in C Language 1,103 views
Question Info
#1133Q ID
Not SetDifficulty
Variable in C LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

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

Explanation

Variable names cannot start with a digit.

Share This Question

Challenge a friend or share with your study group.