C program to read and print the student details using structure and Dynamic Memory Allocation.
In this program we will create a structure with student details and print the inputted details. Memory to store and print structure will be allocated at run time by using malloc() and released by free().
need an explanation for this answer? contact us directly to get an explanation for this answer