Hi,
I'm new here, so I'm sory if this theme already exsist.
I'm trying to do a database of students in c, and I want to use queue for realizing that.
For example:
Name: char
surname: char
id number: char or int
subjects: queue
User will enter id number and get all information about that student.
I don't know hot to put this two thing together, so I'm asking you for some help.