What is the correct way to open the file "time.txt" as readable?
fopen("time.txt","r");
fopen("time.txt","r+");
open("time.txt");
open("time.txt","read");
QuizBucket
© 2017 QuizBucket.org