Computer Science, asked by nilavanpsrpi, 3 months ago

If a FILE pointer is NULL what does it
mean.?
FILE *fp;
fp=fopen("abc.txt", "w");
Select one:
a. Hard disk has hard ware problems.
b. abc.txt is not available on disk
c. All the above
d. Unable to open a file named abc.txt​

Answers

Answered by sujayb2w
0

Answer:

Unable to open a file named abc.txt

Similar questions