Find the errors in this C program. Debugging program. There are 6 errors in total. Please comment on the errors, thanks.
The files are here:
https://github.com/cbourke/CSCE155-Hack9.0
Now that you have some familiarity with GDB, you'll use your new debugging skills to debug a full program. We have provided source files and a makefile that builds a tic-tac-toe game project. The game allows a player to select several different modes, including a 2-player game, a 1-player versus the computer (which makes random moves), and a 1-player versus a "smart" computer.
Similar to the previous part, we have introduced several bugs (6 to be exact). Run the program and use GDB to walk through section(s) of the code you believe to contain bugs and fix them all until the program runs without any problems.