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
est
Finding power using recursion
16-bit signed or unsigned int -> ASCII
02468
FloatInt
strcpy
Lp
WrongWay reversible iterator Copyright(C) 2016 Henry Kroll III www.thenerdshow.com
decr
polymorphism simulation in plain C with a simple structures