Q. What’s wrong?
Code:(x = 4 && y = 5) ? (a = 5) ; (b = 6);
β
Correct Answer: (C)
the conditional operator is only used with apstrings
(x = 4 && y = 5) ? (a = 5) ; (b = 6);
You must be Logged in to update hint/solution