Single Choice Not Set

QWhich of the following is not a valid variable name declaration?

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

Choose the Best Option

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

  • A int a;
  • B int a_5;
  • C int _g;
  • D int 6_d;
Correct Answer

Explanation

Variable name cannot start with a digit.

Share This Question

Challenge a friend or share with your study group.