Multiple choice A shared memory segment can be allocated, using ____________ system call. msgrcv() semget() shmget() none of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation A shared memory segment can be allocated, using shmget() system call.