📚 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?
- fileOpen (filenm, "r")
- fileOpen (filenm, "ra")
- fileOpen (filenm, "read")
- fopen (filenm, "read")
- fopen (filenm, "r")