Q. Expression C=i++ causes
-
(A)
Value of i assigned to C and then i incremented by 1
-
(B)
i to be incremented by 1 and then value of i assigned to C
-
(C)
Value of i assigned to C
-
(D)
i to be incremented by 1
β
Correct Answer: (D)
i to be incremented by 1