write a program to store and print the roll no name , age and marks of a student using structures, structure program in c for student details Here is a simple C program to store and display student details using a structure
#include
// Define a structure for student details
struct Student {