Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
C_141127_Matriz01
//Title of this code #include <stdio.h> int main(void) { long m[4][5] = {{ 1, 2, 3, 4, 5}, { 11, 22, 33, 44, 55}, {121, 232, 343, 454, 565}, { 6, 7, 8, 9, 0}}; short f, c; for(f = 0 ; f < 4 ; f++) { for(c = 0 ; c < 5 ; c++) { printf("%5ld", m[f][c]); } printf("\n"); } return 0; }
run
|
edit
|
history
|
help
0
Assignment 8
hwkpractice
Majeur ou mineur
session1
First program.c
Type struct
recurs2
asdfs
Star1..3
DUE BY TUESDAY