MCQOPTIONS
Saved Bookmarks
| 1. |
Which of these is the correct statement about eof() ? |
| A. | Returns true if a file open for reading has reached the next character. |
| B. | Returns true if a file open for reading has reached the next word. |
| C. | Returns true if a file open for reading has reached the end. |
| D. | Returns true if a file open for reading has reached the middle. |
| Answer» D. Returns true if a file open for reading has reached the middle. | |