Write a C Program using Concepts of Arrays and string functions. You are required to create a menu-based program which should be able to perform following tasks by using Functions: 1. Add New Student 2. Remove Existing Student 3. Search Student (one OR more) by Department 4. Search Student (one OR more) by City 5. Search Student (one OR more) by Program (Using Array Sorting) 6. Update Existing Student (Using Pointers) 7. Find Total Number of Students of Specific Department, , City or Program wise 8. Find Average Result of Specific Department 9. Search Specific Student by Reg No. and Find whether He is Pass ‘OR’ Fail , Like your Result Card 10. Find the grade each subject of the student by registration No. Each Student should have Following Attributes: I. Reg No (Unique for each student) II. Name III. DOB IV. Department (Department values should be ‘Management’ or ‘Computer Science’ or ‘Physics’) V. City VI. Program (like BSCS, BSM, BSSE etc.) VII. Subjects (Maximum 5) VIII. Obtained Marks in each subject out of 100 Note: 1. Each Function should get appropriate inputs. 2. Each Function should return appropriate value if required. 3. Use of Pointers and Array Sorting should be applied in program. 4. Program must be well commented.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.3: Declaring And Processing Two-dimensional Arrays
Problem 4E: (Practice) Write a C++ program that adds equivalent elements of the two-dimensional arrays named...
icon
Related questions
Question

Write a C Program using Concepts of Arrays and string functions. You are required to create a menu-based program which should be able to perform following tasks by using Functions:

1. Add New Student

2. Remove Existing Student

3. Search Student (one OR more) by Department

4. Search Student (one OR more) by City

5. Search Student (one OR more) by Program (Using Array Sorting)

6. Update Existing Student (Using Pointers)

7. Find Total Number of Students of Specific Department, , City or Program wise

8. Find Average Result of Specific Department

9. Search Specific Student by Reg No. and Find whether He is Pass ‘OR’ Fail , Like your Result Card
10. Find the grade each subject of the student by registration No.

Each Student should have Following Attributes:

I. Reg No (Unique for each student)
II. Name

III. DOB

IV. Department (Department values should be ‘Management’ or ‘Computer Science’ or ‘Physics’)

V. City
VI. Program (like BSCS, BSM, BSSE etc.)

VII. Subjects (Maximum 5) VIII. Obtained Marks in each subject out of 100

Note:

1. Each Function should get appropriate inputs.

2. Each Function should return appropriate value if required.

3. Use of Pointers and Array Sorting should be applied in program.

4. Program must be well commented.

Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr