(c) Give the output of the following expression:a+= a++ + ++a + –a + a–; when a = 7; About the author Vivian
Answer: a = a + a++ + ++a + –a + a– a = 7 + 7 + 9 + 8 + 8 a = 39 If it helps rate it 5 star marking it as brainliest. Reply
Answer:
a = a + a++ + ++a + –a + a–
a = 7 + 7 + 9 + 8 + 8
a = 39
If it helps rate it 5 star marking it as brainliest.