Q14
What is the result of not (True or False) ?
A.
True
B.
False
AnswerC.
None
D.
Error
Answer: Option B
Solution
Answer: Option B
Solution:
The not operator negates the boolean value, resulting in False.