Home Forums C Programming Help – file reading Re: Re: Help – file reading

#3532
msaqib
Participant

Use fgets() function to read the file line by line and then split the string and store all the values in variables.