Saturday 4 April 2015

Compilation

Compiled and Interpreted languages

Programming languages are of basically two types i.e. either Compiled or Interpreted. 
We will discuss the characterstics of both one by one. Let's Start.

1)Compiled Languages:- These type of languages are first converted into machine code and then executed by hardware. For eg:- C.

2)Interpreted Languages:- These type of languages are executed by interpreter line by line.
For eg:-Phython.

but being compiled or interpreted is not an integrated characterstics of a languages as Compile languages like C may have interpreters and Interpreted languages may have compilers.

No comments:

Post a Comment