____ 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");
Answer: C
Computer Science & Information Technology
You might also like to view...
Bluetooth-enabled mice, keyboards and printers are not available
Indicate whether the statement is true or false
Computer Science & Information Technology
Re-implement the recursive factorial function to use dynamic programming as we did for the Fibonacci function.
What will be an ideal response?
Computer Science & Information Technology