In this video, we will guide you through the process of checking if the C compiler and debugger are properly installed on your computer. We will start by opening the terminal or command prompt and typing the command gcc --version to check if the C compiler, GCC, is installed. If it’s installed, you will see the version number. If it’s not, an error message will appear, indicating that the compiler is not yet installed.
Next, we will check whether the debugger, GDB, is installed by typing gdb --version. If installed, it will show the version number. Otherwise, you will see an error message.
If the C compiler or debugger is missing from your computer, and you would like to install them, I have tutorials available that explain how to install them. Checkout : • How to Install C/C++ Programming Toolset (...