Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Suppose you have to create a data structure to represent a "Student” where student is represented by "studid" whose data type is integer and "studname" whose data type is character array of size 40. Y
Suppose you have to create a data structure to represent a "Student” where student is represented by "studid" whose data type is integer and "studname" whose data type is character array of size 40. You have decided to create a "Student" linklist to store student information. Using the data type "Student" you, you need to create two students having their information as follows:
1st- ID 1001 Name: ALEX2nd - ID=1002 Name: NICOLAS
Define the data node "Student and allocate memory and create and show the link list of two students.