Computer Science, asked by KhushbooNegi, 6 months ago



Predict the output : [1 each]

int a=6, b=5 ;

i) a+ = a++ % b++ * a + b++ * --b

i) c = --a + ++b + a*b

ii) c= a++ + b++ + --b*a

iii) c= a++ + --b + ++a*2
plz help its urgent ​

Answers

Answered by Anonymous
1

Answer:

I. 84

2 39

3 47

4 24

Explanation:

hope it helps you..

Similar questions