How to read a multiple line input from command line in c?

Posted by Eternal Learner on Stack Overflow See other posts from Stack Overflow or by Eternal Learner
Published on 2010-06-18T08:39:47Z Indexed on 2010/06/18 8:43 UTC
Read the original article Hit count: 212

Filed under:
|

For Example: If I need to read a multiple line input like:

1 20

2 31

3 41

Also how to specify input in multiple lines? When ever I hit "Enter" on keyboard for new line input the program starts execution?

© Stack Overflow or respective owner

Related posts about c

    Related posts about command-line