Question: Given the following struct: struct course Type { string name; int numStudents; course Type * link; What do the following statements accomplish: a. course Type
Given the following struct: struct course Type { string name; int numStudents; course Type * link; What do the following statements accomplish: a. course Type csc372; b. course Type * p; course Type * q; c. new q; d. p=4; e. p ->link = 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
