Z Code Writer is an Online Blog for beginner programmers. Here, you will find tech, build your Programming Skills and other Programming Languages like C, C++, HTML, JavaScript, Java Code, Web Designing and the University of Sialkot (USKT) CGPA / GPA Calculator, etc.

Showing posts with label source code vs object code vs executable code. Show all posts
Showing posts with label source code vs object code vs executable code. Show all posts

Tuesday, 18 June 2019

Source Code and Object Code

Source Code

The program instructions written the rule of any high-level language are known as program source code. The source code is like English statements but the computer understand only the instruction in machine code.

Object Code

A computer understand only the machine code. The source program written in any high-level language ( and assembly language ) must be translated into machine code. the translated program into machine code is known an object code. It is also called object program or machine code.