-
Choose the correct formatted code.
-
- cout<<“Bye”;
- cout << “Bye”
<< “See u later”; - cout << "Bye" << endl << "See u later" ;
- All of above
- None of these
Correct Option: C
If a long line that is broken into pieces is broken with an operator, the operator should be placed at the end of the line, not the start of the next line.