What are the different types of compilers in C?
There are many which u can use:-
1.Turbo c
2.code block
3.dev cpp
4.Borland
these are generally used to execute our code…we write the code in the form which is understood by ourselves but a compile converts that code into machine language and make it understand by the computer…
compiler is a special program that processes statements written in a particular programming language and turns them into machine language or "code" that a computer's processot uses. Typically, a programmer writes language statements in a language such as c.The file that is created contains what are called the source statements. The programmer then runs the appropriate language compiler, specifying the name of the file that contains the source statements.