Single Choice
Moderate
QWhich is a valid variable name?
ID: #25816
MCQ Quiz - Class 8 - Programming
4 views
Question Info
#25816Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Correct Answer Explanation:
'age' starts with a letter and follows all naming rules — a valid variable name.
Why the other options are incorrect:
- Option B: '1age' starts with a digit — invalid.
- Option C: 'class' is a reserved keyword — can't be used.
- Option D: '@x' has @ — special characters aren't allowed.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic