Computer Science, asked by kumarpeince405036, 10 months ago

check the output and explain?​

Attachments:

Answers

Answered by puby
1

Answer:

i=5

++i=6 //first increment and then print.

I++=6. increment after printing

I=7 print the value of i

Similar questions