Computer Science, asked by utkarshsrivastava358, 10 months ago

b. 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 keepintouchb
2

Answer:

0

Explanation:

2 +2-4

Similar questions