128. Arithmetic Edge Cases-II

Question.5

A developer writes a compact buffer copy loop:

int i = 0;
int x = i++ + ++i;

What is the value of x?

Need Help? Refer to the Quick Guide below

Select Answer