Advertisements
Advertisements
प्रश्न
Which of the following expressions evaluates to False?
पर्याय
not(True) and False
True or False
not(False and True)
True and not(False)
MCQ
उत्तर
not(True) and False
Explanation:
not(True) and False
not(True)
→ False
False and False
→ False
Result: False
This is the only expression that evaluates to False
.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?