Question: c++: Write an output trace (what shows on the screen) for the following code: int Big = 5, Small = 1; cout < < Big
c++:
Write an output trace (what shows on the screen) for the following code: int Big = 5, Small = 1; cout << Big -- << << Small ++; if (--Big == ++ Small) cout << Big << Equal << Small << endl; else cout << Big << Not Equal << Small << endl;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
