The expression ((fpt = fopen (“Samples”, “w”)) == NULL) would be true

Loading

โœช Choose the correct option.

The expression ((fpt = fopen (“Samples”, “w”)) == NULL) would be true if

A. the file sample does not exist while fopen is being executed
B. the file “sample” could not be created for writing
C. fpt is not deeclared as a FILE pointer
D. the file “sample” is read only