Installing GCC

0 0 0
                                    

In order to run our c program what we need now is a compiler A compiler ,as by the name compiles and execute your program.
   If you have any other compiler installed , that's great but we will used the most basic and easy , also famous compiler called GNU GCC.
Installing GCC on windows :
  The most easiest way to install gcc on windows is through MinGW . 
Installing on Linux and MacOS:
To install gcc compiler on Linux or macOS , open up a terminal and type gcc . If you have already installed gcc you may get an error such as "clang:no input files" or "gcc : no input files", in case you haven't it will ask for password and install it .

Learning to Program : Getting started with C Where stories live. Discover now