Question: C language Write a program that declares a structure student with the following data members; Name (String) RollNo (Integer) CGPA (Float) Create an array s1
C language
Write a program that declares a structure student with the following data members;
Name (String)
RollNo(Integer)
CGPA(Float)
- Create an array s1 of 5 elements in main function of type structure student.
- Initialize all the structures stored within array.
- Print all array contents.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
