+ 2
why my C Code is not running please tell anybody
3 RĂ©ponses
+ 3
Read about escape sequence you have used /n in place of \n .
+ 2
You have used forward slash instead of backslash to print a newline character (line 38)
Here is the fixđ
https://code.sololearn.com/c63zUwZ6g4MA/?ref=app
+ 2
Ooh it's blunder
Thanks đ
đđđ Arsenic