Question: a) Declare a self-referential structure node_list for a linked list having two data fields: one string called name, one int called ID, and one pointer

a) Declare a self-referential structure node_list for a linked list having two data fields: one string called name, one int called ID, and one pointer to node_list called next [10 points). b) Write one advantage of linked lists over arrays (5 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
