The expression ((fpt = fopen (“Samples”, “w”)) == NULL) would be true June 6, 2022 by admin โช Choose the correct option.The expression ((fpt = fopen (“Samples”, “w”)) == NULL) would be true ifA. the file sample does not exist while fopen is being executedB. the file “sample” could not be created for writingC. fpt is not deeclared as a FILE pointerD. the file “sample” is read only Submit Answer