Back to Browse

C program for inter-process communication using shared memory in OS

10.6K views
Nov 16, 2021
16:59

Download code link Writer program : https://drive.google.com/file/d/1MqbUwYfptRayMtTDhEesQAdmGposzdM1/view?usp=sharing Reader Program: https://drive.google.com/file/d/1cDGVm97BbCUT0BFqiaSpFQOcoTVvQXqW/view?usp=sharing This video explains the C programming implementation of shared memory interprocess communication. Library functions used in this program are - ftok, shmget, shmat, shmdt, shmctl

Download

1 formats

Video Formats

360pmp423.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

C program for inter-process communication using shared memory in OS | NatokHD