rajabadsha
Programmer
If a file "a.txt" has the following lines
Line1: 1
Line2: 2
Line3: 3
How would it read the input sequentially i.e. one line after another and output then sequentially?
Line1: 1
Line2: 2
Line3: 3
How would it read the input sequentially i.e. one line after another and output then sequentially?