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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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 &, |, ^, ~.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic