Pipes used for IPC behave like which data structure?
2019
Pipes used for IPC behave like which data structure?
Answer: B. Queue — Pipes used for inter-process communication follow FIFO behaviour, so they behave like queues.
- A.
Stacks
- B.
Queue
- C.
Tree
- D.
Linked List
Attempted by 9 students.
Show answer & explanation
Correct answer: B
Pipes used for inter-process communication follow FIFO behaviour, so they behave like queues.
Loading lesson…