Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Punteros: creación espacio para un int
//Title of this code //clang 3.6.0 #include <stdio.h> int main(void) { int *i; i= (int *) malloc (sizeof(int)); *i=99; printf("Hello, world!\n"); return 0; }
run
|
edit
|
history
|
help
0
Punteros: dame tres valores
Triángulo Asteriscos
Concatenate Strings
Code
myblkqsort-ptr 20m numbers
Vectores: Llena vector con números al azar
Herout (67) - 14
Paso parámetros a punteros
Comprueba si orden creciente
pattern1