Write a program in C language that should be able to run inLinux environment. Th
ID: 3610502 • Letter: W
Question
Write a program in C language that should be able to run inLinux environment. This program should be able to perform followingtasks. Use necessary system calls to complete this program.
· Aprocess creates a child process.
· Displaythe process id of both parent and child processes.
· Createa 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.