Single Choice Moderate

Qchar stores:

ID: #25822 MCQ Quiz - Class 8 - Programming 6 views
Question Info
#25822Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

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

  • A A single character
  • B A whole word
  • C A number
  • D A picture
Correct Answer

Explanation

Correct Answer Explanation:

char stores a SINGLE character enclosed in single quotes, like 'A', 'z', '5'.

Why the other options are incorrect:

  • Option B: Whole words (like 'Hello') use String.
  • Option C: Numbers use int/float/double.
  • Option D: Pictures are stored using different specialized types.

Share This Question

Challenge a friend or share with your study group.