Computer Science, asked by bhaiakhtar04, 5 months ago

write the output if y =10
y = y++ + y-- + y​

Answers

Answered by josaphoa1971
0

Answer:

plzzz mark this as a brainleast answer

Explanation:

In (1) this is the following operations to be done.

i) ++y

ii) x = x+y

iii) x ++

In (2) this is the following operations to be done.

i) x ++

ii) y++

iii) y = x + y

Similar questions