Computer Science, asked by arthmishra2, 2 months ago

If x=5; find the value of y= x+(++x *x++​

Answers

Answered by Anonymous
1

Answer:

First of all the Pre operators are solved

Second step is to solve expression

Third step is to solve Post operators

So answer is

Pre opr - X = 6

Exp solved Y = 12

Post opr X = 7

X is 7

Y is 12

hope it's helpful for you ✌️✌️

Similar questions