Question: Instructions: 1. You are required to develop a program that is KLA Student Information System by using C Programming Language. 2. You need to briefly
Instructions:
1. You are required to develop a program that is KLA Student Information System by using C Programming Language.
2. You need to briefly state:
a) the objective and;
b) the introduction of the project
3. The project should have the following:
a) Add/Create a record (user will enter data)
b) Search a record
c) Update a specific record
d) Delete a specific record
e) Display record/s
4. Each of the above service (Add/ Search/ Update/ Delete/ Display) must be specified by a function. Example: void addStudent (), void delStudent () function and etc.
5. Maintain Code Convention:
a) Identifier names (variable, function, etc) must be maintained naming convention (for example: studName, studTelNo).
b) Maintain proper indentation in your code
c) Documentation:
i. Code should be explained using comments where suitable:
Single line comments
Multiline comments
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
