Question:What is the correct way to open the file “time.txt” as read and write?
A open(“time.txt); B fopen(“time.txt,”r”); C open(“time.tx,”read”t); D fopen(“time.txt”,”r+”);
+ AnswerD
+ Report