Question: Develop a c-code to perform the following tasks: -Define an floating-point array of size=12 -Input the students grades to each element of the array from
Develop a c-code to perform the following tasks:
-Define an floating-point array of size=12
-Input the students grades to each element of the array from keyboard
-Print each element of the array
-Pass the array by reference to function_fail,
-Function fail takes the parameter as pointer
-If some element is smaller than 70 than print the grade
-Else print All students passed
Run the code for the grades {34,56,93,89,92,76,67,56,87,68,75,98}
Run the code for the grades {81,78,89,86,79,92,88,91,87,78,89,90}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
