Question: in C Please! thank you! Write a C program that finds the minimum and maximum elements in an integer array with 10 elements. Use a

in C Please! thank you!
 in C Please! thank you! Write a C program that finds

Write a C program that finds the minimum and maximum elements in an integer array with 10 elements. Use a pointer to read in and print the elements of the array and to find the minimum and maximum elements in the array. Print the value of the minimum element, the value of the maximum element, the indexes of the minimum and maximum elements, and their addresses in memory. Example Output Enter 10 elements: 7 5 8 9 3 44 5 0 7 5 You Entered: 7 5 8 9 3 44 5 0 7.5 The min is o, found in the index 7, in the address 0061FEC8 The max is 44. found in the index 5. in the address 0061FECO Rubrics 4 point(s): Using pointers. 2 point(s): Using scanfo. 2 point(s): Correct output. 2 point(s): No syntax errors

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!