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
Rudra
Linked List
funciones matrices
Star pattern
Shapes and such
double_buffer_madness
150116_PrimoFactorial
session1
hello kous
lab5