C Language - C File Handling
Questions No: 1/5

Which mode is used to open a file for reading in C?

Questions No: 2/5

In C, what does the function fopen() return if it fails to open a file?

Questions No: 3/5

Which of the following is not a type of file access permission?

Questions No: 4/5

What does fseek() do?

Questions No: 5/5

Which function is used to close a file?