Question: Using C language, write a program to keep track of tennis players. There is no maximum number of players. Your program should use a linked
Using C language, write a program to keep track of tennis players. There is no maximum number of players. Your program should use a linked list and manage memory properly using malloc and free. Your program should display the following menu: 2. Add a player: Choosing this option should add a player. Prompt the user for player's name and number of wins a. b. Remove player: Choosing this option should prompt the user for the name of the player to be removed. The first player with the matching name is removed. If no matching name exists, display an error message to the user and return to the menu. c. Display players Choosing this option should display all players d. Exit: Choosing this option should end your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
