Vidyalelo
C Programming · Q5

Control Structures

Programming · C Programming · question 5

Q5

What is the result of the expression 5 > 3 && 4 < 6 in C?

A.
TRUE
Answer
B.
FALSE
C.
1
D.
0

Answer: Option A

Solution

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