Multiple choice

Which of the following will be used to channel the output from one thread into the input of another?

  1. Strings

  2. Pipes

  3. Streams

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Pipes are a fundamental mechanism in operating systems and programming for inter-process or inter-thread communication. They allow the standard output of one process or thread to be connected directly to the standard input of another.