Find the final value of “c” in the following statement:
int a = 12, b = 9, c = -2;
c += a++ + ++a - --b + --a;
Answers
Answered by
1
Answer:
i think it answer is 5 in the satutation
Similar questions