What will be the value of x after execution of given code:- int a=2,b=4,x; x=a++ + ++a - --b;*
Answers
Answered by
2
the value of x after execution of given code:- int a=2,b=4,x; x=a+a -b is zero
Similar questions