Write a program in C language that should be able to runin Linux environment. Th
ID: 3610484 • Letter: W
Question
Write a program in C language that should be able to runin Linux environment. This program should be able to performfollowing tasks. Use necessary system calls to complete thisprogram.
· A process creates a child process.
· Display the process id of both parent and childprocesses.
· Create a pipe and through that pipe, child sends a message“Assalam O Alaikum” to its parentprocess. And parent process displays that message on thescreen.
Note:
Develop this program in Linux or use any other softwareapplication (like Cygwin) that supports all the APIs (system calls)necessary to develop this program.