Search results

  1. A

    child Process ended before Parent process

    I wrote a code to under stand the work of process by call system call with fork() function Here is this code Here is the out-put: without wait() function it should execute first parent process completely then it execute child process. But here the child process execute first completely...
Top