Multiple Choice
A file stream is closed using the ____ function.
A) exit()
B) osclose()
C) fclose()
D) close()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q35: A logical file pointer is one that
Q36: Most C compilers require a program file
Q37: The fflush() function breaks the link between
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()
Q41: Binary files frequently require less storage space
Q42: _ makes an existing file available for
Q43: The _ function call requires three arguments:
Q44: The maximum allowable filename in the Windows
Q45: The standard output stream is named _.<br>A)stdin<br>B)stdout<br>C)instream<br>D)ostream