+ 6
What a interpreter is
Please who will explaine interprater
3 Respostas
+ 8
Something that translates a programming language line by line into machine code and executes it one instruction at a time.
+ 3
Compilation is like C++,it will translates the whole language to machine code,then only it will execute.
But for interpretation (like HTML), it will execute the translation process step by step.(unlike compilation)
The easiest way to differentiate it is that compilation will produce an output file(.exe) after it translates the whole code.
+ 2
Please use relevant words in the question tags 👍
Follow this guide for posting a question.
https://www.sololearn.com/Discuss/333866/?ref=app