Computer Science, asked by kamtanjana2005, 11 months ago

x=x++*2*3*--x if x=5

Answers

Answered by shekhar2279
1

Answer:

x = 5 * 2 * 3 * 5

x = 150

You should have understanding of prefix and postfix operators.

Similar questions