Computer Science, asked by mariasania74, 4 months ago

what values will be stored in x and y after executing int x=10, y; y= x--​

Answers

Answered by anindyaadhikari13
2

Answer:-

Given, x=10

y=x--

>> y=10

Now, x=9(post increment)

Similar questions