[Solved]Write Function Counts People Class Gpa Greater G Using Pointers Struct Person F 2 Char Net Q37218053
c languageWrite a function which counts all the people in the class with a gpa greater than g, using only pointers struct person f 2. char netid[15]; float gpa; char* major int age J class[50]: //Assume class[50] is fully initialized. struct person *p &class[e]; int countGPA(struct person “p, float g, int sizeofClass); Show transcribed image text Write a function which counts all the people in the class with a gpa greater than g, using only pointers struct person f 2. char netid[15]; float gpa; char* major int age J class[50]: //Assume class[50] is fully initialized. struct person *p &class[e]; int countGPA(struct person “p, float g, int sizeofClass);
Expert Answer
Answer to Write a function which counts all the people in the class with a gpa greater than g, using only pointers struct person f… . . .
OR

