1.

Suppose that i and j are both of type int. What is the value of j after the following statement is executed? for (i 0, j = 0; i < 10; i++) j += i;​

Answer»

ANSWER:

Suppose that i and j are both of TYPE int. What is the value of j after the FOLLOWING statement is executed? for (i 0, j = 0; i < 10; i++) j += i;

10



Discussion

No Comment Found