✏️ Explanatory Question

What is the difference between an interpreted language and a compiled language?

👁 984 Views
📘 Detailed Answer
💡

Answer with Explanation

An interpreter reads one statement from the source code, and translates it to the machine code or virtual machine code, and then executes it right away. A compiler translates the entire source code into a machine code file, and the machine code file is then executed.