Question: Write a C program that reads the size of dynamic array. Your program should create the dynamic array for person structure as shown below. Your

Write a C program that reads the size of dynamic array. Your program should create the dynamic array for person structure as shown below. Your program reads data into the dynamic array and prints the results with proper heading.

struct person

{

int per_no;

char name[20];

char sex;

int age;

float income;

};

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!