What is Compiler?

Compiler is Application Program which converts the source program code (user code) to target code (machine understandable code). It also creates the executable files with .exe extensions. Some of the C++ Compilers are Borland C++, Turbo C++, Microsoft C++, Developer C++ etc. For any program compilation in C++ we should have to write the file name with the extension .CPP. In the process of Compilation if any error will occur the compilation process will automatically be stop and after 100% correctness, compiler will create .exe file. 

Comments

Popular posts from this blog

Migrating database from ASP.NET Identity to ASP.NET Core Identity

Customize User's Profile in ASP.NET Identity System

Lambda two tables and three tables inner join code samples