Vidyalelo
C Programming · Q256

C Fundamentals

Programming · C Programming · question 256

Q256

What will be the value of the following C expression? (x = foo()) != 1 considering foo() returns 2

A.
2
B.
True
C.
1
Answer
D.
0

Answer: Option C

Solution

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