

MCQOPTIONS
Saved Bookmarks
1. |
What is the purpose of "rb" in fopen() function used below in the code? |
A. | Open "demo.txt" in binary mode for reading |
B. | Create a new file "demo.txt" for reading and writing |
C. | Open "demo.txt" in binary mode for reading and writing |
D. | None of the above |
Answer» B. Create a new file "demo.txt" for reading and writing | |