There are many compilers available for c. We need to download any one of them. Here, we are going to use Turbo C. It will work for both C and C++. To install the Turbo C software, you need to follow following steps.
- Download Turbo C++
- Create turboc directory inside c drive(or any desired drive) and extract the tc3.zip inside c:\turboc
- Double click on install.exe file
- Click on the tc application file located inside c:\TC\BIN to write the c program
1) Download Turbo C++ software
You can download turbo c++ from many sites.click here to download Turbo c++
2) Create turboc directory in c drive and extract the tc3.zip
Now, you need to create a new directory turboc inside the c: drive(or any desired drive where you want to install turbo). Now extract the tc3.zip file in c:\truboc directory.
3) Double click on the install.exe file and follow steps
Now, click on the setup/install icon located inside the c:\turboc

It will ask you to install/Run c or not, press enter to install/Run

Now click on NEXT.

Now click on the I accept the terms in the license agreement
and click on next
and then click on install

4) Click on the Turbo C++ shortcut on desktop
Now double click on the Turbo C++ icon located on desktop to write the c program.
In windows 7 or window 8, it will show a dialog block to ignore and close the application because fullscreen mode is not supported. Click on Ignore button.
Now it will showing following console.

Click on new project
select the directory/folder and name the project whatever you want to and click on save
Next