Thursday 15 April 2021

Student DataBase Using c

Assignment : 1. Create Menu Driven Program for Stud Database System Using Structure.

Strucature Notes : All in 1 page


Structure :

Structure in c is a user-defined data type that enables us to store the collection of different data types. Each element of a structure is called a member.

The struct keyword is used to define the structure.