Press any key to continue
Question 8:
(1 mark, file to be edited: Q8.c)
Your program allows the user to enter an integer array of 'n' elements from the keyboard.
The program prints the elements with unique values in descending order, between elements separated by a space.
Enter n = 7; array = {5, 8, 9, 8, 2, 9, 9}
7 5898 299
OUTPUT:
9852
Press any key to continue
Question 9:
(1 mark, file to be edited: Q9.c)
The program allows the user to enter a list of 'n' student names from the keyboard, each student name separated by a space.
Continue, enter a search character.
Zoom
+ 100%
Close