1.

Which of the following is the odd one out?

A. j = j + 1;
B. j =+ 1;
C. j++;
D. j += 1;
Answer» C. j++;


Discussion

No Comment Found