C program to read and print student details using structure pointer, demonstrate example of structure with pointer.
In this C program, we are going to learn how to read and print a student’s details? Here, we are using structure pointer to implement this program. This is an example of structure with pointer.
Program
Output
Enter details of student: Name ?:Mike Roll No ?:101 Percentage ?:89.7 Entered details: Name:Mike RollNo: 101 Percentage: 89.70
need an explanation for this answer? contact us directly to get an explanation for this answer