Page 1 of 1

What will be the value of the following assignment expression?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
(x = foo())!= 1 considering foo() returns 2
a) 2
b) True
c) 1
d) 0