Single Choice Moderate

QWhich is a valid identifier?

ID: #25811 MCQ Quiz - Class 8 - Programming 4 views
Question Info
#25811Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

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

  • A age1
  • B 1age
  • C @age
  • D age name
Correct Answer

Explanation

Correct Answer Explanation:

'age1' starts with a letter and contains only allowed characters — a valid identifier.

Why the other options are incorrect:

  • Option B: '1age' starts with a digit — not allowed.
  • Option C: '@age' contains @ — special characters are not allowed.
  • Option D: 'age name' contains a space — not allowed.

Share This Question

Challenge a friend or share with your study group.