Math, asked by gusainsurender24, 9 days ago

Predict the output for the following: [2] int a=5, b=10,c=0; c+=a++ *++a + ++b;​

Answers

Answered by ShreyanshuGulkari
1

Answer:

c = (a++ % b++) *a + ++a*b++

c = (6 % 5) * 7 + 8 * 6

c = 1 * 7 + 8 * 6

c = 7 + 48

c = 55

give as Brainliests answers

Answered by ishaankumar090
0

Answer:

answer is 55

mark me as brainliest

Similar questions