Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
A141212_OrdenarArrayPorFunciones
//Titulo del ejersisioh #include <stdio.h> void mostrarArray(long tam , short a[tam]); int main(void) { short array[100]; short lInf, lSup; printf("Límite inferior: "); scanf(" %hd", &lInf); printf("Límite superior: "); scanf(" %hd", &lSup); darValorAleatorioArray(); mostrarArray(100, array); printf("\n\n"); ordenarArray(); mostrarArray(); printf("\n\n"); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
es collar
14th Feb Project v0.3
Project 3 Part 1 v1.6
cstructHotel
PI
co_assign1_ques_4
new
Why &(a+1) is not allowed
Fgets and String Stuff
abc.c
Please log in to post a comment.