0
How to use backslash n
8 Antworten
+ 4
Avinash if you can't find \ character in keyboard use ascii value of line break
Char c=10;
printf("%c",c);
+ 2
Phone keyboards sometimes have at least a couple of pages of symbols. If you can't find the backslash on the first page of symbols, try the second one etc.
+ 1
Use "\n" instead of "n"
+ 1
Symbol is not present in phone keyboard
+ 1
"\n"
+ 1
Copy the above comment and paste it in the print
+ 1
Ok
+ 1
Ok