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