Computer Science, asked by snehal1525, 3 months ago



if int y = 10 find
int z=y++ + y-- + --y + ++y


Answers

Answered by saniyaarfath8989
2

Answer:

substitute 10 in a place of y

z= 10+++10--+--10+++10

=10+10-10+10

z=20

Similar questions