Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
implicit parameter type
Thread and Mutex Code
B_141104_NotaSwitch
p20
Stub Program for Problem 4 HW 2
fork
C_141210_Funciones
child process
Example array of struct print
B_141128_MatrizProducto
stackse - search stackoverflow differently
Please log in to post a comment.