____ 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...

For readability, put the code for each ____ attribute in an image map on its own line.

A. coords B. rect C. value D. area

Computer Science & Information Technology

Contact ________ allow you to quickly send an e-mail to a predefined list of people

Fill in the blank(s) with correct word

Computer Science & Information Technology

Most FCSs are _________ bytes long.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In an indefinite loop, a loop statement never ends because its conditional expression is never false.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology