Write a program to save student information in a struct array, information for each student includes id, GPA, address, p
Posted: Sun May 15, 2022 4:09 pm
Write a program to save student information in a struct array, information for each student includes id, GPA, address, phone number, and name. Provide a search function to return the student information with a certain last name input by a user.