InterviewSolution
Saved Bookmarks
| 1. |
When a C program is started, O.S environment is responsible for opening file and providing pointer for that file?(a) Standard input(b) Standard output(c) Standard error(d) All of the mentionedThe question was posed to me in an online quiz.Question is taken from File Access topic in chapter Input and Output in C of C |
|
Answer» RIGHT OPTION is (d) All of the mentioned The BEST EXPLANATION: NONE. |
|