- Category:
- Network develop
- Tags:
-
- File Size:
- 1kb
- Update:
- 2018-04-13
- Downloads:
- 0 Times
- Uploaded by:
- 鬼谷丶逝
Description: Create a static sequence table to store integers. The size is 10., the following operations are input 6 integers, 1. prints out the contents in the sequence table, and displays the remaining space in the table. In the third place of the sequence table, insert the element O.2., print out the contents in the sequence table, and show the remaining space in the table. Then try to insert integer 0,3. program into eleventh locations in the table, indicating that it is out of range. 4., delete the sixth elements in the table, print out the contents in the sequence table, and show the remaining space in the table.
Two: write a program to create a sequence table dynamically. It is required that the initial length of the sequence table is 20, input 15 integers into the sequence table, and print it out: then delete the fifth elements in the order table. Print out the result after the deletion.
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
code.txt | 4536 | 2018-04-13 |