Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
24-June-2015
//Title of this code //gcc 4.9.1 void func(char * x) { //nothing } int main() { char arr[8]; char (*arp)[8] = &arr; func(arp); printf("Done\n"); }
run
|
edit
|
history
|
help
0
polymorphism simulation in plain C with a simple structures
B_141202_Cadenas01
recurs fibo1
18BCE2182 LAB FAT-2-A-ii
multi dimension sum
150108_recursividadFactorial
Bitwise Xor Swaping Two Variables
this
Working except for the thread part. LUL
quadsort vs qsort