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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!