Question: Hello, recently started getting into coding and got this assignment today. Not to sure as to where to start. Any help would be more then
Hello, recently started getting into coding and got this assignment today. Not to sure as to where to start. Any help would be more then appreciated. THANK YOU! 
Write a structure called student that has three members called id (integerl, name (C-string). gpa (double). In main declare an array of pointers of type student. The size of this array should be 4. Create 2 variables of type student and place the address of each in location 0 and 1 of this array. Create two other structures dynamically and place the addresses in the other two locations of the array. Pass this array to a function to read values for each item. Write a display function to display all values in the array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
