Question: write a c program in visual studio: Exam 3 Program 1: Write a C program which includes the following functions with parameter passing: Function 1:
write a c program in visual studio:
Exam 3 Program 1: Write a C program which includes the following functions with parameter passing: Function 1: Allow the user to enter 4 integer values. Function 2: Print the 4 integer values. Function 3: Use the return statement to return the smallest of the 4 integer values. Print the smallest value in the main. Function 4: Sort the 4 integer values from low to high. Upon returning to the main, use your print function to print the 4 integer values in sorted order. Please include comments in this function explaining the technique you used to perform the sort
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
