C Project Proposal 1
C Project Proposal 1
INSTITUTE OF ENGINEERING
PULCHOWK CAMPUS
A PROJECT PROPOSAL ON
1. OBJECTIVE
2. SCOPE
Name
Roll Number
Symbol Number
3. FEATURES
The system will allow users to input the following details for each student:
Name (String)
A function will be implemented to calculate the GPA based on the entered marks using the
formula:
Allow for easy retrieval and manipulation of data using file handling concepts.
Modify Data: Edit existing student details, such as name, roll number, symbol number, or marks.
Retrieve Data: Search for and display details of a specific student by roll number or symbol
number.
Delete Data: Remove specific student records from the file based on user input.
4. SYSTEM DESIGN
4.1 Input
4.2 Output
4.3 Modules
File Handling Module: Handle file operations for storing, retrieving, modifying, and deleting
data.
Programming Language: C
IDE: Code::Blocks/Dev-C++/Turbo C
6. EXPECTED OUTCOMES
7. CONCLUSION
This project will provide practical experience in developing a real-world application using
file handling, control structures, and modular programming, ensuring efficient data