y+=++y+y--+--y; when int y=8
Answers
Answered by
1
Explanation:
The expression y+= ++y + y – – + – –y can be written as y= y+ (++y + y-- + -- y). If initial value of y is 8 then final value of y= 8+ (9 + 9 + 7) = 33.Read more on Sarthaks.com - https://www.sarthaks.com/211095/what-is-the-value-of-y-after-evaluating-the-expression-given-below
Answered by
0
Answer:
this question is wrong so write correct question then I will answer
Similar questions