Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
MATRICES DE CARACTERES
//gcc 5.4.0 #include <stdio.h> #define MAXFILAS 5 #define MAXCOLUMNAS 11 int main(void) { char matriz[MAXFILAS][MAXCOLUMNAS]; unsigned short i; // leer cadenas for (i = 0 ; i < MAXFILAS ; i++) fgets(matriz[i], MAXCOLUMNAS, stdin); for (i = 0 ; i < MAXFILAS ; i++) { printf("%s", matriz[i]); //printf("\nlongitud de frase: %d\n", strlen(matriz[i])); } return 0; }
run
|
edit
|
history
|
help
0
garbage
cstructHotel
challoc
Función bsearch
Undefined behavior
fork() System call
Project 3 part 2 Book v1.1
asdfs
a1
AVANCE DE PREGUNTA 5