Computer Science, asked by patelmahi2305, 8 days ago

If int y = 10, z; find z = y++ * ++y + 50 ;​

Answers

Answered by ramjas978194
0

Answer:

z = (++y*(y+++5))

⇒ z = (11 * (11 + 5))

⇒ z = (11 * 16)

⇒ z = 176

Similar questions