Vidyalelo
C# Programming · Q54

Introduction to C Sharp

Programming · C# Programming · question 54

Q54

What is the output of the following code: Console.WriteLine(true && false);

A.
False && True
B.
TRUE
C.
True && False
D.
FALSE
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board