

MCQOPTIONS
Saved Bookmarks
1. |
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» D. All of the above | |