+ 1
What is the meaning of endl in a program
5 Answers
+ 6
new line
+ 4
std::endl moves to the next line, and also flushes the input buffer, which is its main difference from "\n".
+ 1
c++ provides manipulators to format data display..endl is a manipulator...it moves to next line...
0
it is for new line in output