Question: The structure Person is declared as follows: struct Person { string personSS; string personName; int personAge; double balance; } 1. Write a definition statement
The structure Person is declared as follows: struct Person { string personSS; string personName; int personAge; double balance; } 1. Write a definition statement that defines a Person structure variable initialized with the following data: (10 points) SS=590904090, Name= Juan Perez. Age=30, balance=20,000 2. Define an array of 20 of Person structure variables (10 points)
Step by Step Solution
There are 3 Steps involved in it
The image contains a programming question in C related to the definition of a structure and how to u... View full answer
Get step-by-step solutions from verified subject matter experts
