What will be the value of "a" and "b"
if n assumes a value (1)and(0)
{int a =5, b=10;
a=a+b++ + --b+b
Answers
Answered by
1
5=5+10+++--10+10
Explanation:
if we simply we will get the answer
Similar questions