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+”); 

+ Answer
+ Report
Total Preview: 934

Copyright © 2024. Powered by Intellect Software Ltd