#include #include #include /* Child process executes this code */ void main(int argc, char *argv[]) { printf("CHILD: I am the child process after exec\n"); printf("CHILD: Number of args passed to me %d\n", argc); { int i; for (i=0; i