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 swaps the places of the first largest and smallest odd number with each other.
Below is an example:
Enter n = 7; array = {2, 5, 8, 0, 9, 6, 20}
7
258096 20
OUTPUT:
29805 6 20
Press any key to continue