• 2022-06-03
    Which statement is right:
    A: Both message queue and unnamed pipe can send/receive messages between any two processes.
    B: Both message queue and unnamed pipe can send /receive messages with the specified type.
    C: Both message queue and named pipe can send/receive messages between any two processes.
    D: Both message queue and named pipe can send /receive messages with the specified type.