Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Pointer Example
new
A_141128_MatricesSuma
---DISEÑO DE TECLADO---
DISEÑO DE TECLADO
algo de avance
program
Find a Node Sibling Test
E
Prime no in given array
Please log in to post a comment.