Вы находитесь на странице: 1из 2

Review

This project aims on c program based on menu driven program that keeps track the students courses schedule. This is a simple Student Record System in C which uses file handling concepts. The program is made in simple programming with limited use of header files viz., stdio.h conio.h, string.h, dos.h, stdlib.h, ctype.h. Use of standard input output functions, formatted and unformatted I/O functions is done with precision. Also user-defined functions and built in string functions are also came in use. Different user-defined functions are used for the ease of programming and to minimize the complexity of the program. As my program is based on menu driven programming, so use of menus is done. Menu is made with the following options like bio-data, marks, activities and most importantly courses schedule. We have following options in the bio-data menu: 1. New 2. Open 3. Find 4. Delete 5. Close Moreover in New sub-menu we have to enter students information like: Name Sex Roll No. Date of Admission Course Name Duration Department Date Of Birth Father Name Parents information like occupation, income, office, permanent address etc. With Open, Find, Delete we can update, modify and delete data as per requirement. Another menu is Marks menu: It almost contains same information as above including marks in internal and external examinations.

Next menu is Activities menu containing same as above tracking the record of students participating and achieving in other activities. Next menu is Detain menu containing same as above tracking the record of students who are detained for respective activities. At last the program ends with exit menu which contains sub menu: 1. Help 2. End Job 3. Close The above program is error free and precise according to the requirements.

Вам также может понравиться