This slide presents a C program example that uses a struct to store and display student details: name, roll number and marks. Through this “student marksheet program in C using structure” you learn how to define a structure, input student data and output a neat marksheet summary using functions for modular design.