MCQOPTIONS
Saved Bookmarks
| 1. |
What does os.close(f) do? |
| A. | terminate the process f |
| B. | terminate the process f if f is not responding |
| C. | close the file descriptor f |
| D. | return an integer telling how close the file pointer is to the end of file |
| Answer» D. return an integer telling how close the file pointer is to the end of file | |