+ 10
Sorry I forgot.
What does /n mean? I really forgot. edit:I mean \n.
9 Respuestas
+ 15
cout << "This works. \n";
cout << "This also works." << endl;
+ 13
Erm, guys, newline should be \n, instead of /n, right?
+ 11
New line
For Example cout<<"Hey \n Man";
Output- Hey
Man
+ 5
thanks!!!
+ 5
Waren Gonzaga
Sololearn
after \n sololearn print on new line
+ 4
@Mayur Chaudhari that's correct!
+ 3
means new line
+ 3
that mean is a new line!
alert("Waren Gonzaga\nSololearn");
+ 2
new line