FOLDER | DESCRIPTION |
---|---|
Designing | diagrams related to project |
Implementation | source code, makefile, multifile approach |
Requirements | Description of the project and high, low level requirements |
- Student management system using c language for mini project requirement of stepin program.
- C language will be the primary language for this project
- Makefile will be there to make the project easier to handle
- Diagrams to represent designing of the project
- Seperate Header file for the program operations/features
- Seperate c file for each operation
- Multifile approach is used in this mini project