Q. If a FILE pointer is NULL what does it mean?

Code:
FILE *fp;
fp=fopen("abc.txt","w");
  • (A) Unable to open a file named abc.txt
  • (B) abc.txt is not available on disk
  • (C) Hard disk has hard ware problems.
  • (D) All the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All the above

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
232
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
85%
Success Rate