A beginner, the teacher the assignment, but the teacher didn't speak, for advice
Used to a loop statement assignment 1 hc-positie each element array, then reverse the output
CodePudding user response:
#include
Int main ()
{
int i=0;
Int a, [4].
for(i=0; i<4. I++)
{
A [I]=I * 2 + 1;
}
//the output reverse
For (I=3; I>=0; I -)
{
printf("%d ",a[i]);
}
} CodePudding user response:
The