Single Choice Moderate

QIdentifiers can contain:

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

Choose the Best Option

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

  • A Letters, digits, underscore
  • B Only letters
  • C Only digits
  • D Only spaces
Correct Answer

Explanation

Correct Answer Explanation:

Identifiers (variable names, function names) can contain letters (a-z, A-Z), digits (0-9), and underscores (_). No spaces or special characters allowed.

Why the other options are incorrect:

  • Option B: Digits and underscores are also allowed.
  • Option C: Digits alone can't form identifiers — must start with a letter/underscore.
  • Option D: Spaces are NOT allowed in identifiers.

Share This Question

Challenge a friend or share with your study group.