Answer & ExplanationOption: [A]
The fopen function need a filename. It opens a file and points either begining or end of the file.
fp = fopen ("file.txt", "r");
here r stands for file access mode for reading a file only. The other modes are w, a, r+, w+, a+
Article and Schedule Quiz | Start Test! |