COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which feature translates the source code in the code editor?
|
Text Editor
|
|
Debugger
|
|
Compiler
|
|
None of the above
|
Explanation:
Detailed explanation-1: -After the code passes through all three analysis phases, the compiler generates an intermediate representation (IR) of the source code. The IR code makes it easier to translate the source code into a different format.
Detailed explanation-2: -The compiler translates C++ source code into the machine code that a specific computer “understands” and can execute.
There is 1 question to complete.