Computer Science, asked by Avinash596, 11 months ago

what do you understand by source code and object code​

Answers

Answered by Anonymous
5

<marquee>☺☺HI THERE☺☺</marquee>

Object code is the output of a compiler after it processes source code. Source code is the version of a computer program as it is originally written (i.e., typed into a computer) by a human in a programming language. A compiler is a specialized program that converts source code into object code.

<marquee>☺☺FOLLOW ME☺☺</marquee>

Answered by akanshagarwal2005
5

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.

Similar questions