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
s-babaeizadeh -
Yannis Rizos -
Naman Thanki -
Subham Nandi -
Top comments (0)