1.

The below code snippet is equivalent to __________.
x = ~-y;
w = x = y = z;
q = a?b:c?d:e?f:g;

A. None of these
Answer» E.


Discussion

No Comment Found