📚 Practice Mode

C Language

Learn at your own pace with hints and detailed explanations

1 / 11
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")