Add new file
prak3.cpp
0 → 100644
-
Author Owner
waitpid(): on success, returns the process ID of the child whose state has changed; if WNOHANG was specified and one or more child(ren) specified by pid exist, but have not yet changed state, then 0 is returned. On error, -1 is returned
Please register or sign in to comment