Computer Science, asked by najamakhtar6291, 3 months ago

int m, p; m=5; p = 0; p = m- - + - -m; The output will be

8

11

10​

Answers

Answered by theertha02
4

11 is the answer because m-- and --m is m-1 . The only difference is m-- only be changed after the 1st step.

Answered by atrs7391
2

int m, p; m=5; p = 0; p = m- - + - -m; The output will be

8 ✔✔

11

10​

Similar questions