> How to go to new line in output of C-programming while typing after pressing enter? I found that after pressing enter, i

How to go to new line in output of C-programming while typing after pressing enter? I found that after pressing enter, i

Posted at: 2014-12-18 
Thanks for concern sir....here goes the code:..

I mean to say that, while running program, how can we go to new line while typing as we do on MS-Word by pressing enter.



I can't understand your question... will please elaborate or paste your code or print your screen.. as far as i can understand you want a two input... I suggest you put a two scanf in your program... or cin..

Try experimenting with the combo "\r\n" and see how that helps.