Computer Science, asked by parneet492, 8 months ago

a/=a++ + ++a * b-- a =5 b=7​

Answers

Answered by Anonymous
2

a=5, b=7

a/=a++ + ++a*b--;

_______________

solution:-

a= 0

//first solve all prefix

so , we get

a=6/48=1/8

now , calculate all postfix

a=1/8 +1 = 9/8

as a is int datatype

° a = 0

Similar questions