C Compiler, Compiler In C Program
Compiler: A compiler is a program that translates or convert our source program or code into machine code. so that machine understand easily.In C Compiler is a program that converts our written program in turbo c to machine language. When compiler is working that time it converts .c file (Our Program Code) to .obj file (Object file).
And It also check the syntax error. if there is error in program then it returns to turbo c editor otherwise it create .obe file & run program.
For Ex: first we write the program and for compilation you directly press to the compiler menu item or use shortcut alt+f9. and see the output.
Search Keyword: how c compiler works, what is the use of compiler in c,




0 comments:
Post a Comment
Thanks For Your Comment. We Get Back To You As Soon As Possible.