Q. If a FILE pointer is NULL what does it mean?
Code:FILE *fp;
fp=fopen("abc.txt","w");
β
Correct Answer: (D)
All the above
FILE *fp;
fp=fopen("abc.txt","w");
You must be Logged in to update hint/solution