Skip to content
Snippets Groups Projects
Commit 719b539f authored by Manoj Kuamr's avatar Manoj Kuamr
Browse files

changes in getpid.c

parent 3d1dc29d
No related branches found
No related tags found
No related merge requests found
#include<stdio.h>
#include<sys/types.h>
int main() ??<
int main() {
printf("Before Forking\n");
fork();
......@@ -8,4 +8,4 @@ int main() ??<
printf("process ID = %d\n",getpid());
??>
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment