need this c code please comment it as well thanks q1 5pts write a complete program 1 5153795
Need this C++ Code Please Comment it as well. Thanks.
Q1) (5pts) Write a complete program. 1. Create a struct named “Student” designed for students with the following characteristics: name, GPA. 2. Create one element on the heap of type Student. 3. Ask the user to input the information for a student and save it. 4. Output the information. 5. Clean the heap Sample Output: Enter a student's name: John Bob C Entec the student's GPA: 4.0 Student name aner John Bob Student's GPA: