Computer Science, asked by sangeetasingh1975, 9 months ago

what will be the result of ++x - --y +x++,if x=9 and y=5.​

Answers

Answered by vijaysp8887
1

Answer:

++x - --y+ x++

10-4+10

10+6

16

Similar questions