How to read a multiple line input from command line in c?
- by Eternal Learner
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?