Multiple Choice
____ makes an existing file available for data to be added to the end of the file; if the file opened does not exist, a new file with the designated name is created and made available to receive output from the program.
A) fileOut = fopen("prices.dat","r") ;
B) fileOut = fopen("prices.dat","w") ;
C) fileOut = fopen("prices.dat","a") ;
D) fileOut = fopen("prices.dat","b") ;
Correct Answer:

Verified
Correct Answer:
Verified
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()
Q40: A file stream is closed using the
Q41: Binary files frequently require less storage space
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
Q46: _ reads values for the listed arguments
Q47: The standard input stream is named _.<br>A)stdin<br>B)stdout<br>C)instream<br>D)ostream