A compiled language is encoded into machinecode so that the processor can execute it. An interpreted language is a language in which the implementations carry out instructions directly without compiling
<h3>What are the features of a compiled language?</h3>
Compiled languages are encoded directly into machine code that the processor can execute. Consequently, they:
tend to be faster and more efficient to execute than interpreted languages.
also give the developer more control over hardware aspects, like memory management and CPU usage.