Transcription: You have probably noticed that output statements in C++ often end with ENDL. ENDL is a special function that inserts a newline character into the stream and flushes any characters that are in the stream buffer to the ultimate consumer. After you insert ENDL, any new characters that are inserted appear on a new line.