declare a structure of a student with details like Roll number Student name and total marks using this adhikta and with 50 elements write a program to read details of an students and print the list of students who have scored 75 marks and above
Answers
Answered by
0
Answer:
C Program to Store Information of a Student Using Structure ... #include <stdio.h> struct student { char name[50]; int roll; float marks; } s; ... In this program, a structure student is created
Similar questions
History,
2 months ago
Environmental Sciences,
2 months ago
World Languages,
2 months ago
Math,
4 months ago
Hindi,
4 months ago
Chemistry,
11 months ago
Biology,
11 months ago
Math,
11 months ago