Question: Hello, I need help with the following C++ assignment: Use the following structure and variable declarations to answer the following questions. For the description of
Use the following structure and variable declarations to answer the following questions. For the description of each data element listed, show: the syntax necessary to extract that data element 2. 1. the type of the element extracted i.e., if you were going to pass that the specified data element to a function,'' would be what you would use for the argument and 2 would be how you would define the parameter struct address type int zip code; char city[30]; b; struct course_type int int sectionnum; credit hours; struct student type string string course type courses [1]; address_type address; name; ssn; student type myclass[180] The first student The name of the first student The address of the first student The zip code of the first student The array of courses taken by the first student The entire array of students The SSN of the first student The city of the first student The first course taken by the first student The first letter of the city of the first student The section number of the first course taken by the first student The credit hours for the first course taken by the first student
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
