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...
MC The__________ exception signals the end of a for loop.
a) SystemExit. b) StopIteration. c) EndLoop. d) StandardError.
Computer Science & Information Technology
What is a type of attack that exploits overlapping IP fragments and can affect older systems such as Windows 95, NT, and 3.1?
a. Session hijack attack b. Teardrop attack c. Nimba worm attack d. DSN cache poisoning attack
Computer Science & Information Technology
A color laser printer with a transfer belt requires four separate passes to complete a color page
Indicate whether the statement is true or false
Computer Science & Information Technology
One byte is composed of:
a) 2 bits b) 4 bits c) 8 bits d) 10 bits
Computer Science & Information Technology