MCQs > IT & Programming > C Programming > Which operations can be performed on the file 'NOTES.TXT' using the below code? FILE *fp; fp = fopen('NOTES.TXT', 'r+');

C Programming MCQs

Which of the following operations can be performed on the file "NOTES.TXT" using the below code? FILE *fp; fp = fopen("NOTES.TXT", "r+");

Answer

Correct Answer: Read and Write

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it