How do i cut a very big text file by line?
Does Fscanf function scan the entire line?
example: "ab cd" 1234 "ed fg" 5678
"hi jk" 1234 "lm no" 5678
..............................
..............................
I have to cut this line by line.
Can any pro help me out?