Answers for "endl in c++ code"

C++
2

c++ endl

cout << "Hello " << 'n'<<"world";
cout << "Hello " << endl<<"world";
//Hello  
//world
Posted by: Guest on April-08-2021

Browse Popular Code Answers by Language