2. 5. Stats the difference between source-code and object-code.difference between source code and object code
Answers
Answered by
3
The difference between the Source Code and Object Code is that Source Code is a collection of computer instructions written using a human-readable programming language while Object Code is a sequence of statements in machine language, and is the output after the compiler or an assembler converts the Source Code
Answered by
1
Explanation:
A program written in high level programming language is called source code
A machine language version of source code is called object code
Similar questions