Linux-IPC-Pipes
To write a C program that illustrate communication between two process using unnamed and named pipes
Navigate to any Linux environment installed on the system or installed inside a virtual environment like virtual box/vmware or online linux JSLinux (https://bellard.org/jslinux/vm.html?url=alpine-x86.cfg&mem=192) or docker.
Write the C Program using Linux Process API - pipe(), fifo()
Testing the C Program for the desired output.
C Program that illustrate communication between two process using unnamed pipes using Linux API system calls
C Program that illustrate communication between two process using named pipes using Linux API system calls
The program is executed successfully.