Answered You can hire a professional tutor to get the answer.
Write a C program that has a parent process, a child process, and a grandchild process.
Write a C program that has a parent process, a child process, and a grandchild process. The parent process should print its id and the square or 5, the child process should print its id and the square of 6, and the grandchild process should print its id and the square of 7.