In the code:

```ifstream input;
input.open(File_In); ```
what does File_In represent?
A. the name of the file to close.
B. the name of the file to open.
C. the name of the program that will open the file to be read.
D. None of the above.


B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is true?

a. Stream method filter receives a Predicate and results in a stream of objects that match the Predicate. b. Predicate method test returns a boolean indicating whether the argument satisfies a condition. c. Interface Predicate also has methods and, negate and or. d. Each of these statements is true.

Computer Science & Information Technology

Which of the following is a completely relative cell reference?

a. J4 b. $J4 c. J$4 d. $J$4

Computer Science & Information Technology

A proposal should begin with the ____________________, a prelude containing no more than a few paragraphs of pithy description and budget totals.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A(n) ____ is a motion you make on a touch screen with the tip of one or more fingers or your hand.

A. app B. gesture C. tile D. scroll bar

Computer Science & Information Technology