Question: Write a C program that finds the INDEX of smallest numbers (they may not be unique) in an array. Example: if the array is like

Write a C program that finds the INDEX of smallest numbers (they may not be unique) in an array.

Example: if the array is like this; int arr[5] = {1, 2, 2, 0, 0};, the program would return 3 and 4 (possibly store them in another array) as these indices have the smallest values.

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!