Computer Science, asked by jpgshobhit, 7 months ago

Difference between Source code and Object code

Answers

Answered by Anonymous
1

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.

Answered by shivasaxena2010
0

Answer:

Here is the answer

Explanation:

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.

Similar questions