Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 327 Bytes

Readme.md

File metadata and controls

9 lines (5 loc) · 327 Bytes

Implementation Of Inter-Process Communication in Linux Environment Using C Language

  • writer.c : Program to write string to FIFO buffers
  • reader.c : Program to read string written by writer process
Note: Both programs must be executed concurrently

Output On Terminal