Thursday, 21 April 2016

LIST OF C COMPILER

                        WHAT IS COMPILER

In  programming language written or coded by programmer that does not understandable to the computer. So, the next step to convert the high level language(source code) into a machine language(Object code). This task is performed by Compiler. Every language has its own compiler coded in suitable source codes. In any programming language, compiler will convert the source code to object code only when source code is written in correct way. Otherwise, it will shown as error.

compiler is a computer program (or a set of programs) that transforms source code written in a programming language (the source language) into another computer language (the target language), with the latter often having a binary form known as object code.

Compiler is a set of program which converts or interpret source code in to a Object code. 



                      What is C Compiler

C Compiler is a also a computer program or a set of programs that interpret source code in respect to C language to Object code.

We can understand the C compiler and its process of translation from following figure:-

If we are programming on UNIX platform, then if the name of the program is testprog.c,  to compile it, the simplest method is to type. cc testprog.c will compile testprog.c and if successful, will produce a executable file called a.out. 

If we are programming with the TurboC on DOS platform then the option for compilation is provided on the menu. If the program is syntactically correct then this will produce a file name as testprog.obj. If not this will shown as error and then error have to be removed for correct programming and to be compile again. This process of removing error from the program is called as debugging.


What is Syntax and Semantic Errors?
Link and Run the C Program
Download C Compiler TurboC/C++


Searches related to what is a compiler

what is a interpreter
what is a compiler and interpreter
what is a compiler in c++
what is a linker
what is a compiler in java
what is a cross compiler
what is a compiler interpreter and assembler
what is a compiler in c programming

                                                                   Next >>

No comments:

Post a Comment