What is a Compiler???
Answers
Answered by
8
Answer:
Que : What is compiler
Ans : As discussed earlier, once we write the code, we need to compile it before running the programming during compilation, the compiler executes each line of code and displays a list of errors found, If any, in the code. If no errors are found an executable file is created to run the application created.Due of its wide popularity, there are Many free C++ compilers available online for download.
☆some of the commonly used C++ compilers are :
- Borland C++
- Dev C++
- Turbo C++
❤【S a h z a d i】❤
Answered by
1
Answer:
A COMPILER IS A SPECIAL program that processes statements written in a particular programming language and turns them into machine language or code that a computers processor uses.
Similar questions