131k views
0 votes
If you want to create a line of code that will not appear in the interpreter, what symbol should begin the line?

User Dave Brown
by
4.1k points

1 Answer

1 vote

Answer:

endl

Step-by-step explanation:

Note that endl must be free of quotation marks; otherwise, the program will treat it as a string.. The \\ Character. The other way to break a line in C++ is to use the newline character

User James Powell
by
4.5k points