Correct answer will be marked brainliest ❤❤❤❤
11. Give the output of the following expression:
a+ = a++ + ++a + --a + a--; when a = 7
Answers
Answered by
1
Answer:
=39
Explanation:
=7+7+9+8+8 ( by adding them)
=39
Answered by
1
39
Explanation:
a+ = a ++ + ++ a + -- a + a --;
a = 7 + (a ++ + ++ a + -- a + a --);
a = 7 + (7 + 9 + 8 + 8);
a = 39
HOPE IT HELPS YOU...
GOOD MORNING...
Similar questions