When you read file in C and move to next line and so on. This seems you have to access file top to bottom sequentially without skipping lines.
I need a way to read very 5th line or something similar to it. I am just concerned with data that is present very 5th line. So if I start with line 1, then next line I want is line 6 and so on.
Would I be able to achieve this kind of file reading?