std::cout << '\n';
just inserts a new line in cout buffer
std::cout << endl;
inserts a new line in cout buffer, and flushes the cout buffer(a.k.a stream)
std::cout << '\n';
just inserts a new line in cout buffer
std::cout << endl;
inserts a new line in cout buffer, and flushes the cout buffer(a.k.a stream)
For further actions, you may consider blocking this person and/or reporting abuse
hesam -
Jonathan Trevino -
Akash Singh -
Sameer Khan -
Top comments (0)