Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Calculate Area of Circle
co_assign1_ques_4
140114_CribaErasthotenes
FUNCION strstr()
time clock and day count through second by user input (ratneshgujarathi)
tarun ceo
main.c
2
formatting_input_and_output
qsort para struct
Please log in to post a comment.