Question: using C program Write a structure to store the roll no., name, and age (between 10 to 20) of a student. Declare an array of
using C program Write a structure to store the roll no., name, and age (between 10 to 20) of a student. Declare an array of student structure of size 10.Store the information of say 2 students in an array. Now Write a function to insert information about a new student in the array. and Insert one new student in the array by making a function call from main() and display updated array content.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
