Posts by Samuel • 1 point
1 post
-
0
votes2
answers166
viewsQ: Several errors in code C - How to fix?
#include <stdio.h> #include <math.h> void rebeber_matriz (int l,int c) { int M[l][c]; for (l=0;l<4;l++) { for (c=0;c<4;c++) { printf…
1 post
0
votes2
answers166
views#include <stdio.h> #include <math.h> void rebeber_matriz (int l,int c) { int M[l][c]; for (l=0;l<4;l++) { for (c=0;c<4;c++) { printf…