Question: Write a function that takes an array of integers, its size and the key as parameters and prints the indices of the first and last

Write a function that takes an array of integers, its size and the key as parameters and prints the indices of the first and last occurrences of the key. The function also prints the total number of times the key appears in the array. A sample output is shown below. Write your program using a symbolic constant SIZE so that it can be easily changed to any size array. In the main, fill the array with random values between 1 and 5 using the random function. The main function should ask the user to enter a key

Write a function that takes an array of integers, its size and

write in c language

Write a function that takes an array of integers, its size and the key as parameters and prints the indices of the first and last occurrences of the key. The function also prints the total number of times the key appears in the array. A sample output is shown below. Write your program using a symbolic constant SIZE so that it can be easily changed to any size array. In the main, fill the array with random values between 1 and 5 using the random function. The main function should ask the user to enter a key Acxay data 1, 2, 5, 4, 2, 3, 3, 4, 5, 2. Enter the key: 2 First occurrence at index: 1 Last occurrence at index: 9 Total number of occurrences: 3

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!