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
Stack frame enum test
Assignment 8
C_141112_Perfectos
C_141204_ContadorPalabras
función malloc()
Test2
B_141121_factorial01
Max
loop
sume of diagonal v.1