InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
When fopen() is not able to open a file, it returns(A) EOF(B) NULL(C) Runtime Error(D) Compiler Dependent |
| Answer» | |
| 2. |
fseek() should be preferred over rewind() mainly because(A) rewind() doesn’t work for empty files(B) rewind() may fail for large files(C) In rewind, there is no way to check if the operations completed successfully(D) All of the above |
| Answer» | |