Solved

____ Makes an Existing File Available for Data to Be

Question 42

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:

verifed

Verified

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

Related Questions