The function fopen (“filename”,”r”) returns

Loading

โœช Choose the correct option.

The function fopen (“filename”,”r”) returns

A. Nothing
B. a value 0 or 1 depending on whether the file could be opened or not.
C. a pointer to FILE filename, if it exits
D. a pointer to a new file after creating it.

Leave a Comment