Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
My first reevers C 2darryp
//gcc 5.4.0 #include <stdio.h> int main(void) { const int n=0; const int m=0; int a[3][3]={{1,2,3},{4,5,6},{7,8,9}}; int i,j; for(i=2;i>=n;i--) for(j=2;j>=m;j--) printf("counting[%d][%d]=%d\n",i,j,a[i][j]); return(0); }
run
|
edit
|
history
|
help
0
Reverse.CPP
B_141128_MatrizProducto
C_141210_Funciones
C Structs Example
Array Struct, Call-By-Reference, Malloc, Free, Init, Destroy ... Example
SAI_1-4.c
Rationale Zahlen
lab5
Stub Program for Problem 2 HW 2
치카냥3