Computer Science, asked by amrit9536, 1 year ago

If a=10 then b=a++?what is the output of a and b

Answers

Answered by priyanshikakatyayan
1
Initially a = 10 ,

b = a++ which means that b = 11

And thus the value of a will be finally 11.

Hope it helps you !!!
Similar questions