Question

Which statement is false?
a) Each file used in a program must have a unique name and will have a different file pointer returned by fopen.
b) All subsequent file processing functions after the file is opened must refer to the file with the appropriate file control block.
c) To create a file use file open mode "w".
d) To add records to an existing file, pen the file for appending ("a").

Answer

This answer is hidden. It contains 3 characters.