Differentiate between source program and object program.

4 views

1 Answers

Source Program : A program which is written by the programmer in the high-level language or in assembly language, which is to be converted into machine language by the compiler is known as source program. 

Object Program : The source program is converted into machine level instruction for execution. This converted program (in the machine language) is known as an object program.

4 views