Complete Following Program Discussed Class Program Reads Students Records Prints Failed M Q37255279

Complete the following program that we have discussed in the class. The program reads the students records. . Prints out who

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

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.