0
What is the "endl" operator?
3 Answers
+ 6
Adhyuth Narayan it's combination of two command in c++...
it does similar job if you write as below:
cout << "\n";
cout.flush();
+ 3
Hello, Adhyuth Narayan !
Next time, you can use the search feature in the SoloLearn community, this will help prevent duplication of questions, also it will help to find the right answer.
https://www.sololearn.com/Discuss/1333671/what-is-endl-in-c-operators
https://www.sololearn.com/Discuss/385948/what-is-endl
Good luck in programming on SoloLearn!
0
Thanks for mentioning about it