Computer Science, asked by aisa2, 1 year ago

gove the function of EOF()

Answers

Answered by Nikithareddy321
0
eof is a member function of the C++ I/O streams, including objects of type std::istream, such as std::cin, and the derived types such as std::istringstream, std::ifstream, etc.
Similar questions