SETTING UP C ENVIRONMENT

C Install IDE

A code editor is where your coding magic happens. It's the digital canvas where you write your C code and make it come alive. There are various options available, each with its own set of features and advantages.

Some popular choices include

  1. Visual Studio Code
  2. Sublime Text
  3. Code::Blocks.
    These editors offer syntax highlighting, code completion, and even debugging tools to make your coding experience smoother.

Web-based IDE's can work as well, but functionality is limited.

 

Then download the mingw-setup.exe file, which will install the C compiler.

 

Download link 

VS code link https://code.visualstudio.com/download

After downloading install the VS code by simply clicking next button on each page.

Compiler installation

mingw-setup.exe link https://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download

After downloading install the C Compiler by simply clicking next button on each page.

 

Great you have completed the step 1.