Saved Bookmarks
| 1. |
Which of the following functions can be used to read data from a file using a file descriptor?(a) os.reader()(b) os.read()(c) os.quick_read()(d) os.scan() |
|
Answer» The correct choice is (b) os.read() For explanation: None of the other functions exist. |
|