Single Choice Moderate

QWhich is a valid identifier?

ID: #25879 MCQ Quiz - Class 8 - Programming 5 views
Question Info
#25879Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

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

  • A _marks
  • B 1marks
  • C my marks
  • D @marks
Correct Answer

Explanation

Correct Answer Explanation:

'_marks' starts with an underscore (allowed) and has valid characters — a valid Java identifier.

Why the other options are incorrect:

  • Option B: '1marks' starts with a digit — invalid.
  • Option C: 'my marks' has a space — invalid.
  • Option D: '@marks' has @ — special character not allowed.

Share This Question

Challenge a friend or share with your study group.