Source Program vs. Object Program:
Source
Program |
Object
Program |
A human readable program written by a programmer. |
A machine executable program created after compiling a source program. |
The programmer writes the source program. |
A compiler generates an object program using one or more source files
as an input. |
Source program is human readable. |
Object program is machine readable. |
It is written in higher level languages. |
It is usually written in lower level languages. |
No comments:
Post a Comment