Modify Requestc Laundrylistc Programs Adding Modifying Following Functions Add Delete Func Q37172433

Modify the request.c andlaundry_list.c programs by adding and modifyingthe following functions:

  1. Add a delete function in request.c that willdelete a request. The function should delete a request from thelist by room number and person’s first and last name. Room numberand name will be entered by the user. The function should have thefollowing prototype:

    struct request* delete_from_list(struct request *list);

    You will also need to add the function prototype to the headerfile; modify the main function in laundry_list.cto add ‘d’ for delete option in the menu and itcalls the delete

    OR
    OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.