Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 399 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 399 Bytes

IPC

Inter Process Communication

In computer science, inter-process communication (IPC) is the activity of sharing data across multiple and commonly specialized processes using communication protocols. Typically, applications using IPC are categorized as clients and servers, where the client requests data and the server responds to client requests.

All programs are written in C language