Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Max number of a vector
#include <stdio.h> int main() {int n,i,v[1024],max; printf("Read the maxi numbers of the vector: \n"); scanf(" %d",&n); for(i=1;i<=n;i++) scanf(" %d" , &v[i]); max=v[0]; for(i=1;i<=n;i++) if(v[i]>max) max=v[i]; printf("The maxi number is %d .\n",max); return 0; }
run
|
edit
|
history
|
help
1
definice funkce
Vzdalenost makro inline
Condiciones: Puntos cuadrantes
Základy UDP
Paso parámetros a punteros
Es un rectangulo
Triangulo Lateral Izquierdo
c_tests
Recorrido matriz bidimensional y busqueda valor
Regiones A y B