Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Vectores: Vector inicializado manualmente
//Title of this code //clang 3.6.0 #include <stdio.h> #include <stdlib.h> int main(void) { int v[]={1,2,3,4,5,6}; int i; // The rand() function in <stdlib.h> returns a pseudo-random integer between 0 and RAND_MAX. // You can use srand(unsigned int seed) to set a seed. for (i=0; i<6; i++) printf("posición v[%d] = %d\n", i, v[i]); return 0; }
run
|
edit
|
history
|
help
0
funny stack overflow
Recorrido matriz bidimensional y busqueda valor
correccion
0001
Vectores: Dos vectores rellenos al azar
Punteros: strlen
mallocpole
Cvičenie -č.5-UDP
SureshLabLive
Ordena de menor a mayor 3 numeros