0
How to use backslash n
7 Answers
+ 4
Avinash if you can't find \ character in keyboard use ascii value of line break
Char c=10;
printf("%c",c);
+ 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
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
3 Votes
Python palindrome challenge.
1 Votes
Java
0 Votes
Number of Ones ( C++ ) question!
1 Votes