Solved

____ Creates a New File and Makes the File Available

Question 25

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions