Single Choice
Moderate
Qprint(7 & 3) (bitwise AND) এর আউটপুট:
ID: #26308
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 3: Operators
0 views
Question Info
#26308Q ID
ModerateDifficulty
Class - XII: SEMESTER – III: Unit – 1: Python Programming: Section 3: OperatorsTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
সঠিক উত্তরের ব্যাখ্যা:
7 = 111 ও 3 = 011; bitwise AND = 011 = 3।
কেন অন্য বিকল্পগুলি ভুল:
- বিকল্প B: 7 হল একটি operand, ফল নয়।
- বিকল্প C: 10 যোগফলের ভুল ধারণা।
- বিকল্প D: 1 ভুল bitwise ফল।
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic