Guest User

Untitled

a guest
Feb 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. main()
  4. {
  5. printf("Process ID = %d, Parent Proces ID = %d\n", getpid(), getppid());
  6. }
Add Comment
Please, Sign In to add comment