To use files in a C++ program you must include the ________ header file.
A) file
B) iostream
C) f stream
D) Both A and B.
E) Both B and C.
D) Both A and B.
Computer Science & Information Technology
You might also like to view...
Files and folders on a Mac computer are viewed using the _____
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following lines correctly reads a value from the keyboard and stores it in the variable named myFloat?
a. cin > > myFloat; b. cin << myFloat; c. cin >> "myFloat"; d. cin >> myFloat >> endl;
Computer Science & Information Technology