What Does Endl Mean?

What Does Endl Mean? Standard end line (endl) The endl is a predefined object of ostream class. It is used to insert a new line characters and flushes the stream. What is difference between n and Endl? endl is manipulator while n is character. endl doesn’t occupy any memory whereas n is character so It