Member function _________ of the file streams fstream, ifstream and ofstream clos- es a file.

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


close.

Computer Science & Information Technology

You might also like to view...

Subscript numbering in C++

a. can be set at runtime b. can begin with a value defined by the pro-grammer c. varies from program to program d. begins with zero e. None of these

Computer Science & Information Technology

Java programs communicate with databases using what API?

a. DBMS. b. JDBC. c. RDBMS. d. Database.

Computer Science & Information Technology

What are some examples of Software as a Service (SaaS)?

What will be an ideal response?

Computer Science & Information Technology

If your code does not handle an exception when it is thrown, __________ prints an error message and crashes the program.

a. the Java error handler. b. multi-catch c. default exception handler d. try statement

Computer Science & Information Technology