Q. Which of the following is the correct way to open the file "sample.txt" as readable?
β
Correct Answer: (A)
fopen("sample.txt", "r");
You must be Logged in to update hint/solution