C Installation - W3schools
www.w3schools.in › c-programming › installYou can install MinGW C Compiler Installation on UNIX/Linux If you are using UNIX / Linux, probably a C compiler called GCC is already in your system. To check if you have it installed, you can type cc or gcc at the command prompt. $ gcc -v If it is not installed on your system for some reason, you can download it from gcc.gnu.org/install.