What does it mean by /n? Plz give me example? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does it mean by /n? Plz give me example?

28th Jan 2019, 10:28 AM
Leo Leonard
Leo Leonard - avatar
2 Answers
+ 2
There's nothing called /n in any programming language . It might be \n which means the escape sequence which ends the present line and jumps the successive output to the next line.
28th Jan 2019, 10:43 AM
Balaji Pathange
Balaji Pathange - avatar
+ 1
\n moves to a new line
28th Jan 2019, 11:03 AM
James
James - avatar