0
endl
what if endl is not used.....C language doesn't uses anything like that after printing
5 Respostas
+ 2
endl is just end line.
if you want to start from next line, use endl.
0
endl causes a Single line break.So if you want to keep typing on same line don't use endl
0
endl is just for breaking the line.
I think, that
cout<<endl;
is the same as
cout<<"\n";
- 1
i didn't get you... what do you mean by single line break
- 1
using endl it will prompt to next line