True/False
When you write
ifstream inStream;
inStream.open("infile.dat");
the file,infile.dat must be located in the directory where the program is being run.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: There are three calls to member functions
Q31: cout has type ostream,i.e. ,is an output
Q32: When you call the setf function on
Q33: Assume you have opened and connected stream
Q34: You get the manipulators endl and member
Q36: When you use the open member function
Q37: You are writing a program.Give the necessary
Q38: Setting the width of output with the
Q39: An output stream is a stream of
Q40: What output is produced by the following