Multiple Choice
____ creates a new file and makes the file available for output; if a file exists with the same name, the old file is erased.
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
Q20: The statement _ causes the string Hello
Q21: Most IBM or IBM-compatible personal computers assign
Q22: The advantage of binary files is typically
Q23: To write to a binary file you
Q24: A file stream that receives data from
Q26: The only difference between a file opened
Q27: Naming a file stream is accomplished by
Q28: In the context of data processing, a
Q29: The standard library functions rewind(), fseek(), and
Q30: The internal name is the name of