Page 1 of 1

What will be the value of the following C expression?

Posted: Wed Oct 26, 2022 7:09 am
by answerhappygod
(x = foo()) != 1 considering foo() returns 2
a) 2
b) True
c) 1
d) 0