InterviewSolution
Saved Bookmarks
| 1. |
What Does Read() Return At End Of File? |
|
Answer» A DEFINED (but FALSE) 0 VALUE is the proper indication of the end of file for read() and sysread(). A defined (but false) 0 value is the proper indication of the end of file for read() and sysread(). |
|