Checkpoint 15.3.1.
- The constructor is
- ifstream.
- The argument and the name of the file you want to open is
- "file-name".
- The result of this code snippet is an object named
- infile.
- The result of this code snippet supports the same operators as
- cin.
Consider this code snippet: :: ifstream infile("file-name"); Finish each sentence.
Try again!