1.

Consider the following statements,int i=4, j=3, k=0;k=++i - --j + i++ - --j +j++; What will be the values of i, j and k after the statement.

A. 7, 2, 8
B. 5, 2, 10
C. 6, 2, 8
D. 4, 2, 8
Answer» D. 4, 2, 8


Discussion

No Comment Found