1.

If the mode includes b after the initial letter, what does it indicates?(a) text file(b) big text file(c) binary file(d) blueprint textI got this question in exam.My question is from File Operations topic in division Input and Output in C of C

Answer»

The correct OPTION is (c) binary FILE

Explanation: If the mode consists of letter b after the FIRST letter as in, “rb” or “w+b”, it INDICATES binary file.



Discussion

No Comment Found

Related InterviewSolutions