adspace
Answer Posted / Vikas Kumar Tripathi
ifstream in C++ is an input file stream class. It allows reading data from a file, much like cin reads data from the standard input stream. The 'if' indicates that it is an input file stream, and 'stream' refers to the type of data being read (in this case, a sequence of bytes).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers