Computer Science, asked by Anonymous, 9 months ago

difference between source and object code??
please follow​

Answers

Answered by Anonymous
27

Answer:

Here is yoir answer...

Source code is generally understood to mean programming statements that are created by a programmer with a text editor or a visual programming tool and then saved in a file.

Object code generally refers to the output, a compiled file, which is produced when the Source Code is compiled with a C compiler.

hope it helps you...

mark it as brainliest...

Answered by xcristianox
3
• object code is the code produced by a compiler. Programmers write programs in a form called source code.

• The compiler produces an intermediary form called object code. Object code is often the same as or similar to a computer's machine language


Similar questions