Vidyalelo
C Programming · Q49

C Miscellaneous

Programming · C Programming · question 49

Q49

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

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

Answer: Option A

Solution

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