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 of 5 ,the child process should print its id and the square of 6 , the grandchild process should print its id and the square of 7