3 of 3
Paper No: 10
Question 4:
(2 marks, file to be edited: Q4.c)
Your program allows users to enter 7 integer numbers into an array.
The system performs selection sorting of the array in ascending order then prints the sorted array. There is a space character between any two adjacent numbers.
Below is an example of how the program will run:
132
6
4
8
10
OUTPUT:
1 2 3 4 6 8 10
Press any key to continue
Zoom
+ 100%
Close