hi,
The file is as follows :
chirs , 45 , 25.5
ruthy , 35 , 22.4
I want to read this file into array and write back to file from array. I am using File( ) to read and fputs to write into file back again. While I read using file( ), the first line becomes first element of array. Is there any function which seperates the delimitor, here 'comma' ?