babsst8612 babsst8612 21-08-2018 Computers and Technology contestada Given the following code fragment, what is the data type of roster[9] .name? struct student { string name; double gpa; }; student thisStudent; student roster[50]; string const pointer to student student double