Complete the following program that we have discussed in the class. The program reads the students records. . Prints out who failed in the Math. Reads on student name and finds its index, print his/her record, and computes the average #include<stdio.h> winclude<string.h> struct studentRec// Type definition char name [35]: int hist, Eng, Math; //write a function that prints the students’ names who have less than 60 in Math void print_faild in math(struct studentRec A]) int main()
OR
OR