Computer Science, asked by anujsrivastava999, 7 months ago

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 sathish7325
2

the value of x after execution of given code:- int a=2,b=4,x; x=a+a -b is zero

Similar questions