Computer Science, asked by prashntkumarr, 7 months ago

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 mustafakhan6816899
1

Answer:

i think it answer is 5 in the satutation

Similar questions