(c) Give the output of the following expression:
a+= a++ + ++a + –a + a–; when a = 7;​

(c) Give the output of the following expression:
a+= a++ + ++a + –a + a–; when a = 7;​

About the author
Vivian

1 thought on “(c) Give the output of the following expression:<br />a+= a++ + ++a + –a + a–; when a = 7;​”

  1. 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

Leave a Comment