How can we find the option for the next line in c | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can we find the option for the next line in c

How can we find the option for the next line in c with the printf bcz as I know already use /n option but there is no change in output https://code.sololearn.com/cRG3sCzCaC3L/?ref=app https://code.sololearn.com/cRG3sCzCaC3L/?ref=app

29th May 2020, 2:27 PM
saurabh singh
5 Answers
+ 2
Use backslash in printf
31st May 2020, 12:19 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 1
\n it should be backslash n
29th May 2020, 2:29 PM
Namit Jain
Namit Jain - avatar
+ 1
saurabh singh But now it's working perfectly
29th May 2020, 2:33 PM
Namit Jain
Namit Jain - avatar
0
Ya I had also tried this \n,but there is no changes
29th May 2020, 2:32 PM
saurabh singh
0
Thanks Mr Namit jain
30th May 2020, 6:44 AM
saurabh singh