Update fork_101.md (#150)

This commit is contained in:
Nilesh Londhe
2021-09-15 13:48:49 +03:00
committed by GitHub
parent 89c8ec68ca
commit 54ad724241
+1 -1
View File
@@ -4,7 +4,7 @@ Answer the questions given the following program (without running it):
``` ```
#include<stdio.h> #include<stdio.h>
#include <unistd.h>
int main() int main()
{ {
fork(); fork();