Search Results

Search: Posts Made By: trey85stang
Forum: Programming 06-03-2011
2,484
Posted By Corona688
int a,b; for(a=0; a<3; a++) for(b=0; b<3;...
int a,b;

for(a=0; a<3; a++)
for(b=0; b<3; b++)
{
printf("array[%d][%d]=%d\n", a, b, arr[a][b]);
}
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 09:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy