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
Example array of struct print
recurtion
sreesasu
22nd HW Switchv0.1
Project 5 v.01
macaddress
implicit parameter type
example of scanf and basic integer manipulation
Practica 5 fibonacci
Assignment 7