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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?