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
fun kce
Ordena de menor a mayor 3 numeros
correccion
Herout (67) - 13
Bit string printer
char xor
random()%N stddev
min max pole
Numero pi Euler
Bucles: Suma de los 100 primeros naturales