Saved Bookmarks
| 1. |
….. opens the file for read and write in binary mode.(a) r(b) b(c) x + b(d) r + b |
|
Answer» r + b opens the file for read and write in binary mode. |
|