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 vaishnavisk3095039
1

Answer:

3

Explanation:

Answered by molroyroshna
0

Answer:

3

Explanation:

X=2+4-3 a++=2. then ++a= 1+a

Similar questions