Compilation and Execution

Compilation and Execution

Generally coding is done in high-level language and sometimes in low-level language (such as assembly language). For these languages to work on the computer it must be translated into machine language. There are two kinds of translators – compilers and interpreters. The high level languages can be either called compiled languages or interpreted languages.

Video of the Day