2. What will be output of a &b, if int a, b, a =10 and b++a
Answers
Answered by
0
Answer:
If a=10 b= a++ + ++a what is b?
Well, its 22. Try it yourself before down voting this answer. From first term of the expression
b=a++ + ++a;
Similar questions