Report Bug
Qus : Which mode is used to open a file for reading in C?
QusWhich mode is used to open a file for reading in C?

A. "r"
B. "w"
C. "rw"
D. "read"


Solution
A. "r"






Report Bug