Maintaining student details of university in array of structure in C !!! An Example!!

preview_player
Показать описание
This videos gives insight about the maintenance of university students details in a array of structure using C !!!
The requirements are ..
1. To maintain the database of students of a university.. the maximum number of users students 1000.
2. The data base should store the following details.
{
Name
Roll number
CGPA in each semester
Address
Number of assignments completed
}
3. The program should be able to print/edit the details of the any student in the university.
4.Write a function which will print the details of all the students in the university.

}

1. Array approach
2. pointer which is called as linked list.
This video discusses about array approach...
Рекомендации по теме
visit shbcf.ru