-->

Which of the following mode of fopen() function opens a file only for writing. If a file with that name does not exist, attempts to create anew file. If the file exist, place the file pointer at the end of the file after all other data.

A.       W
B.       W+
C.       A
D.       A+

 Ans: C