<AptiCode/>

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

tcs
wipro
infosys
general
aptitude
input-output
c-programming

r+Open an existing file for update (reading and writing).