C Language

Casual Mode - Take your time!

1 / 11
Correct
0
Incorrect
0
Score
0%
Multiple Choice

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

  1. fileOpen (filenm, "r")
  2. fileOpen (filenm, "ra")
  3. fileOpen (filenm, "read")
  4. fopen (filenm, "read")
  5. fopen (filenm, "r")
Change Mode