True/False
The fflush() function breaks the link between the file's external and internal names, releasing the internal file pointer name, which can then be used for another file.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: FILE fp; correctly declares a file stream.
Q33: _ causes the same display as the
Q34: _ files store each individual character, such
Q35: A logical file pointer is one that
Q36: Most C compilers require a program file
Q38: It typically takes less space to store
Q39: fputc() is the general form of _.<br>A)fput()<br>B)putc()<br>C)putchar()<br>D)fputchar()
Q40: A file stream is closed using the
Q41: Binary files frequently require less storage space
Q42: _ makes an existing file available for