Answer :

Answer:

The word 'endl' in C++, a programming language, stands for end of line. Furthermore, the use of the endl C++ manipulators takes place to move the cursor to the beginning of the next line. Moreover, its working is similar to the '\n' escape sequence.

Other Questions