How to install C programming software | CoderGuy

Hello everyone this is Ujjwal Sinha. In this article, I am going to show you how you can install a C language compiler on your computer.

How to install C programming software and how it works?

There are many types of C programming software application are freely available on the internet to compile execute a c program. the C language software is also used for C++ programming therefore, It's software name is Turbo C++.
how to install c program
How to install C Program on your computer

FOLLOW THE STEPS TO THE INSTALLATION OF C PROGRAM SOFTWARE

Step 1.Download Turbo C++ Software from your browser.
Step 2.Go to download section and double click on Turbo C++ .exe file.
Step 3. Click on Install option
Step 4. Click on Next option or Finish option

Now double click on Turbo C++ icon from your desktop 
Now click on File option in C language software.
Click on New option and start programming.

How it works.

C programming software is also called compiler software because the C programming software use compiler to execute programming language into computer language.
There are many types of translators is used on computers to convert natural language into computer language is also called machine language. Computers understand only binary code 0 or 1 therefore, We can use the translator to convert natural language into computer language.
We can get instructions to the computer in our language like English and the translator convert into binary code.

There are different types of translators is used to translate natural language into machine language.

Compiler 

Compiler is a translator which is used to convert programs in a high-level language to low-level language. It translates the entire program and also reports the errors in the source program encountered during the translation.

Interpreter

Interpreter is a translator which is used to convert programs in a high-level language to low-level language. The interpreter translates line by line and reports the error once it encountered during the translation process.

Assembler

Assembler is a translator which is used to translate the assembly language code into machine language code.



Post a Comment

2 Comments

Enter your message here