1.

Expression C = i++ causes

A. value of i to be assigned to C, and then I to be incremented by 1
B. I to be incremented by 1, and then value of i to be assigned to C
C. value of i to be assigned to C
D. i to be incremented by 1
Answer» B. I to be incremented by 1, and then value of i to be assigned to C


Discussion

No Comment Found