Question: Structures: 6. Write C++ statements for the following use enum as needed Define a structure called Person that will store a person's name, age, social

 Structures: 6. Write C++ statements for the following use enum as

Structures: 6. Write C++ statements for the following use enum as needed Define a structure called Person that will store a person's name, age, social security number and marital status. Enumerate the marital status as single, married, divorced, widowed. Use structures for the person's name as well as for date. (i.e. The Person structure will have nested structures within it). a. Define a variable called People that will store information for as many as 30 of Person type as described above. b. Define a pointer variable of type Person and dynamically allocate an array of 100 elements to this data c

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!