The ____ function call requires three arguments: an address where the first character read will be stored, the maximum number of characters to be read, and the name of the input file.

A. fgetc()
B. fgets()
C. fprintf()
D. fscanf()

Answer: B

Computer Science & Information Technology

You might also like to view...

It is always a good idea to keep tab ________ short and appropriate

Fill in the blank(s) with correct word

Computer Science & Information Technology

The method __________ from the File class forces a physical write to the file of any data that is buffered.

a. close() b. flush() c. writeUTF() d. writeObject()

Computer Science & Information Technology