Question

Q2: 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 ).

Answer

This answer is hidden. It contains 21 characters.