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
Timilehin Aliyu -
Abhay Singh Kathayat -
Abhay Singh Kathayat -
Abhay Singh Kathayat -
Top comments (0)