Computer Science, asked by MrMustafa, 8 months ago

What will be value of z?
int x=5,y=10;
z= ++y + x++ + y++ + --x + 10;​

Answers

Answered by RavenXGamer
1

Answer:

Your answer will be 30. Hope it helps you.

Similar questions