i have a file of 10000 line and i want to read each time 100 line instead of line by line as it will reduce my disk I/O.
so i want to know is there any function for this as
i got read function
but it gives number of bytes instead of number of lines.
i.e. "n" number of lines from a file..
respond me as soon