int a=10,b;
b=a++ + a++
find a,b
Answers
Answered by
0
Answer:
b=a++ + a++
b= 10+11
b=21
a=11
hope it helps u
Similar questions