NO

Author Topic: how to ignore symbol \n in line  (Read 2922 times)

vedro-compota

  • Guest
how to ignore symbol \n in line
« on: December 20, 2011, 10:18:05 AM »
Guys , please tell me how to ignore symbol \n  in line  , which is showing by printf() ?
I can't find it out from C standart book....

CommonTater

  • Guest
Re: how to ignore symbol \n in line
« Reply #1 on: December 20, 2011, 10:20:14 AM »
Post your code...

I have no idea what you are asking.
 
On a guess... If you don't want newlines in your printf() statements, don't put them there.


 

vedro-compota

  • Guest
Re: how to ignore symbol \n in line
« Reply #2 on: December 20, 2011, 03:55:54 PM »
it was my mistake...yes - "which is shown by printf()"  - you've understood me correctly)