Translators are software which is required to convert code written in high level language to machine code to make it understandable for computers. There are different translators used with different computer languages such as compiler, assembler and interpreters. C++ is a compiler based language which translates the whole program at once on the other hand interpreter translates high level language to machine language line by line. In your opinion if we change the compiler of C++ and use an interpreter instead for this purpose, how will it affect C++ language in terms of processing speed, efficiency or other factors? Support your answer with solid points.
Answers
Answered by
0
Answer:
c plus is a langues and cc plus is a la
Answered by
0
Explanation:
If we use a translator in place of a compiler for C++ computer language, then the speed of program might get compromised. Compilers have more ability to generate efficient object codes, hence compiled program would run with more speed.
On the other end, Interpreters give better troubleshooting as it operates line by line, which is more convenient for beginners. It also spots and displays the message at once without going through all the program
Similar questions