Computer Science, asked by ParthivGandhi59351, 2 months ago

int a=5, b=10;
a= a+ b++ + --b +b:

Answers

Answered by atrs7391
8

After the execution of the snippet the result of a and b will be 35 and  

10 respectively.

Answered by 92sayanroy
1

Answer:

15

Explanation:

Similar questions