Tuesday 11 October 2016

What is compiler ?

Compiler: 

A Compiler is a program that converts the instructions written in High-Level Programming Language to Machine Language.

A compiler converts a program into object code as a whole.
Source Code: The instructions written in High-Level Programming Language is known as source code.

Object Code: The instructions written in Low-Level Programming Language is known as object code.

No comments:

Post a Comment