What will be printed by the following C++ statement: cout << 10 + 5;
15
10
5
10 5

Programming Languages Exercises are loading ...