So read a line using a fgets function and the parse though the line to get different floating point values in that line, which basically means u are getting the values of each line.


look through the fgets function and sscanf function now

ssharish2005