Consider the content of a well structured file that contains the temperature of different states. The first line contains the number of states.
5
FL 90
NY 50
MD 75
NC 80
SC 82

Which of the following is the most suitable function to read and load data from such well structured file?

A. fgets()
B. No answer text provided.
C. fgetc)
D. fscanf()



Answer :

Other Questions