Single Choice Moderate

Qint x = 5; here = is:

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

Choose the Best Option

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

  • A Assignment
  • B Comparison
  • C Logical
  • D Bitwise
Correct Answer

Explanation

Correct Answer Explanation:

The = here assigns the value 5 to variable x. This is the assignment operation.

Why the other options are incorrect:

  • Option B: Comparison uses ==, not single =.
  • Option C: Logical operators are && || !.
  • Option D: Bitwise operators are &, |, ^, ~.

Share This Question

Challenge a friend or share with your study group.