Introduction - If you have any usage issues, please Google them yourself
Write a C program, to achieve this functionality: any integer from the keyboard, with 0 as the end mark of the integer sequence from small to large order, and outputs the sorted results. Topic analysis: Here the application list as a data storage structure. Because the list of storage space is allocated in the system' s dynamic storage area, so the program can be executed in the dynamically allocated memory. This can easily solve the problem of dynamic access to the data series.