Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

#URGENTLY_NEEDED 12) Create a structure called Student with the following members: ID, Name, Age, Gender, Contact Number and Address. Assume that there will be a

#URGENTLY_NEEDED

12) Create a structure called Student with the following members: ID, Name, Age, Gender, Contact Number and Address. Assume that there will be a maximum of 100 students. Populate the array with information of n number of students (the number n is to be provided by user). [You may write a menu driven program or you may make function calls from main (). You are may not declare the array of structure as global variable.]

a) Write a function to display id and names of all students who have CGPA more than 3.5 in the n number of students in the array.

b) Write a function to insert a new student at the end of n number of students in the array.

c) Write a function to delete student information given a name by the user. [Consider all names are unique].

d) Write a function to modify contact number or address member of a record given the Id number of students

#Need this code of C programming. Make must need functions please make the programming with C and with Functions

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

13. Give four examples of psychological Maginot lines.

Answered: 1 week ago