Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Simple Fork
#include <stdio.h> #include <unistd.h> int main() { /* fork a child process */ fork(); /* fork another child process */ fork(); printf("HELLO\n"); return 0; }
run
|
edit
|
history
|
help
0
B_141107_TablaMultiplicar
lab6
Quadratic Formula
project 5 v0.04
Assignment 3
B_141107_Factorial
Sum Two Numbers
StructSurvey
Multiple If statements v.09
json string formatter