Computer Science, asked by pande176, 1 year ago

write the c++ code which reads the contents of a text file "first_file.txt"

Answers

Answered by SplendidAP
1
ifstream infile;
infile.open("first_file.nxt")
infile redirect data;
Similar questions