CODE IN C++ PLEASE: Include comments on how you got your programworking and show the output.
PLEASE MAKE SURE YOU SOLVE THIS USING POINTERSFOR A THUMPS UP!
Consider the following declaration of astruct:
struct studentType
{ char name[26];
double gpa;
int sID;
char grade; };
—USING POINTERS—
Write a program that will dynamically allocate an arrayof studentType,
then, read in values from a file for eachmember,
print all the information, and
then, print the array and all related informationbackwards.
Expert Answer
An answer will be send to you shortly. . . . .