Home » C Programming » Input / Output

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

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!