Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Beginning linux
//gcc 5.4.0 #include <stdio.h> #include<unistd.h> int main(void) { printf("Before Forking\n"); fork(); printf("After forking\n"); return 0; }
run
|
edit
|
history
|
help
0
Fgets and String Stuff
c4
-Wfloat-conversion
C_141120_factorial01
modify char by mem addr
ATM
print_odd_pointer.c
part2final
THIS one uwu
PROTOTIPO PREGUNTA 1 DE GUÍA 4