InterviewSolution
Saved Bookmarks
| 1. |
For binary files, a ___ must be appended to the mode string.(a) Nothing(b) “b”(c) “binary”(d) “01”I got this question in a national level competition.This question is from File Access topic in section Input and Output in C of C |
|
Answer» RIGHT CHOICE is (B) “b” The EXPLANATION: NONE. |
|