Q54
What is the output of the following code: Console.WriteLine(true && false);
A.
False && True
B.
TRUE
C.
True && False
D.
FALSE
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board