Create students: Create a Struct called Student with the following attributes in
ID: 657330 • Letter: C
Question
Create students: Create a Struct called Student with the following attributes in a file named Student.c Name (String) ID (int) GPA (double) Also in the Student.c file define functions setName (char* name[size])St getName() setID(int) getID() setGPA(double GPA) getGPA() which will initialize/fetch the attributes All the function of the Student.c file should be declared/enlisted in Student.h file Create a linked list of students: Write a C file named LinkedList.c which can instantiate a number of student as node and store them in it. The memory for each of them should be allocated dynamically using malloc. The functions in the file should be able to Create a node to store a student instance Delete nth Student in the linked list Find nth student in the list Find all the information of a student given the ID Print info of ail the students All the functions should be places in LinkedList.h file as wellExplanation / Answer
Student.h
Student.cpp
Linkedlist.cpp
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.