Write a program in C language thatshould be able to run in Linux environment. Th
ID: 3610635 • Letter: W
Question
Write a program in C language thatshould be able to run in Linux environment. This program should beable to perform following tasks. Use necessary system calls tocomplete this program.
· A processcreates a child process.
· Displaythe process id of both parent and child processes.
· Create apipe 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 oruse any other software application (like Cygwin) that supports allthe APIs (system calls) necessary to develop this program.