Edit the incomplete C source code to create a linked list to store the birthdayinformation of 5 random students. For each person, the birthday information shouldinclude month, day, year, and name....

Edit the incomplete C source code to create a linked list to store the birthdayinformation of 5 random students. For each person, the birthday information shouldinclude month, day, year, and name. When the module is loaded, traverse through thelinked list and output its content to the kernel log buffer. In addition, write code toidentify the oldest student and remove that student from the list. After removing theoldest student, output the updated linked list content to the kernel log buffer. In themodule exit point, delete the elements from the updated linked list and return the freememory back to the kernel. Make sure to output a message to the kernel log bufferevery time an element is deleted.
Jan 30, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here