How to make a class data base using multi linked list data structures(in C)?.
In class's Database : one column for 'Subjects' and other one for 'student's Roll Nos' . Now the task is to point 'subject' to the respective 'student'...
I know single and double linked list ... But I have never worked with 2-D linked list.
Please anyone help me out?
I know single and double linked list ... But I have never worked with 2-D linked list.
Please anyone help me out?
Comment