Question:medium

In UNIX, which system call is used for inter process communication via shared memory ?

Show Hint

UNIX IPC calls often start with the resource type: shm for Shared Memory, msg for Message Queues, and sem for Semaphores.
Updated On: Jun 6, 2026
  • pipe ( )
  • msgget ( )
  • shmget ( )
  • semctl ( )
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0


Questions Asked in CUET (PG) exam