Untying an input stream, inputStream, from an output stream, outputStream, is done with the function call:

a. inputStream.untie().
b. inputStream.untie(&outputStream).
c. inputStream.tie().
d. inputStream.tie(0).


d. inputStream.tie(0).

Computer Science & Information Technology

You might also like to view...

What are the fundamental differences between components as program elements and components as services?

What will be an ideal response?

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Objects are part of a general concept called classes. 2. An object defines a set of shared attributes and behaviors found in each class for the object. 3. In inheritance, the original or parent class is known as the derived class. 4. CRC stands for class, requirements, and collaborators.

Computer Science & Information Technology

Using the Label Wizard, you construct labels by typing text or by moving available fields into the ________ label

A) trial B) prototype C) master D) sample

Computer Science & Information Technology

In a printer, the print ____ affects the quality of the printed output.

A. depth B. size C. palette D. resolution

Computer Science & Information Technology