Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - # include & ltstdio.h & gtint main() { int a[ 100],I,j
# include & ltstdio.h & gtint main() { int a[ 100],I,j
The function of this program is to output in reverse order. First, you have to enter a number to let the program know how many numbers you want to enter.

For example, I enter 10 carriage return here to determine the size of the plastic array to store the 10 value of type int.

Then enter the first int value of 5, enter the array, and so on, and end the input after entering the tenth number.

Enter the numbers you entered in reverse order and print them on the screen.

The last two getchar (); In fact, it doesn't matter whether you have it or not. It's useless to stop the program and delete it!