Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

(a) Typedef a structure that can be used to represent a node in a linked list. T

ID: 3660406 • Letter: #

Question

(a) Typedef a structure that can be used to represent a node in a linked list. The structure info_node has the following components: 1. job_title (25 characters) 2. hourly_wage 3. a pointer to a struct info_node (b) Write a print_list which prints out the job title and hourly_wage of each node in the linked list it is passed. (c) Write an add_node which adds a new node to the end of the list. It is passed the list and the job title and wage to be added. (d) Write a delete_node which deletes the node from the list which has job title equal to the string input passed to the function. If it can

Explanation / Answer

the data is not clear.... please repost the qstn in a proper format so dat i can provide u the best possible answer........