Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 611 Bytes

File metadata and controls

14 lines (11 loc) · 611 Bytes

#Final-Project

This repo manages the student record of their Roll no, class sections, and Marks.

#This project is about the student result data for a semester. #Data is stored in a Structure.

Code Written in C++ for first-year project in programming fundamentals.

#Basic code in C++. It has 3 parts. #1. Create nested Arrays of data that contain the student's name, father's name, and an array of marks in 5 subjects. #2. access all data in an array using structure. #3. In the main you can get topper data, #4. You can get all student data, #5. You can get specific student data by using its number.