Logo 
Search:

C Programming Forum

Ask Question   UnAnswered
Home » Forum » C Programming       RSS Feeds

STUDENT MANGEMENT SYSTEM

  Asked By: Yasmin    Date: Jun 19    Category: C Programming    Views: 727
  

- Make a ‘structure’ by the name STUDENT. The structure should contain the records of students. The record (structure) should contain Name(array), Registration number(array), Program/Degree(array) and Course/Subject Name(array) (four options).
- At start, the program should add records of at-least 2 students.
- The program should be capable of:
1) Adding more student record on demand
2) Printing a specific student’s record on demand
3) Printing all student’s record on demand
4) Exit the program on demand
- The program should always display a list of the above mentioned four features and it not end unless the user enters 0 and tell the program to end (the last feature of the above mentioned features).

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on STUDENT MANGEMENT SYSTEM Or get search suggestion and latest updates.




Tagged: