Examveda

Which one of the following is valid for opening a read-only ASCII file?

A. fileOpen(filename, "r");

B. fopen(filename, "ra");

C. fileOpne(filename, read);

D. fopen(filename, "read");

E. fopen(filename, "r");

Answer: Option E


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output