Predict the output of the following C++ statements: int a = -5, b = 3, c = 4;
Predict the output of the following C++ statements:
int a = -5, b = 3, c = 4;
C+ = a+++ — b; .
5 views