/process-communication-using-FIFO

C Program to demonstrate the inter process communication using FIFO.

Primary LanguageC

process-communication-using-FIFO

C Program to demonstrate the inter process communication using FIFO.

How to run and compile 1- open two terminals 2-compile FIFO1.c and run it. 3-in another terminal compile FIFO2.c and run it 4-start type in fifo1you should see that in another terminal 5-reply from another terminal where FIFO2.c is running