Q. What will be the value of the following assignment expression?
Code:
(x = foo())!= 1 considering foo() returns 2
β
Correct Answer: (A)
2
(x = foo())!= 1 considering foo() returns 2
You must be Logged in to update hint/solution