5 Compiled vs Interpreted Programming languages

Last updated on October 31st, 2020 at 08:58 am.

Compiled vs Interpreted Programming languages

Compiled

-Code is translated from Source Code to Machine Code.
-Compiler  is the medium/machine used.
More info : https://en.wikipedia.org/wiki/Compiled_language

Example: C / C++

Interpreted

-Source code executed directly without prior compilation.
-Code is translated by an Interpreter.

More Info: https://en.wikipedia.org/wiki/Interpreted_language

Example : PHP, Javascript, Python

To learn more about Programming, click the button below.

Comment Here

Join this free course:

How to host multiple WordPress
websites on a VPS

Close me!