Examveda

What happens if you try to open a file in 'r' mode that doesn't exist in C?

A. A new file is created

B. An error occurs, and the file remains unchanged

C. The program terminates

D. The file is deleted

Answer: Option B


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output