Computer Science, asked by Roshanytchannel1, 5 months ago

define source code and object code​

Answers

Answered by XxItzqueenxX00
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 PeeyushVerma
27

Source Code:

In computing, source code is any collection of code, with or without comments, written using a human-readable programming language, usually as plain text. ... The source code is often transformed by an assembler or compiler into binary machine code that can be executed by the computer

Object Code:

In computing, object code or object module is the product of a compiler. In a general sense object code is a sequence of statements or instructions in a computer language, usually a machine code language or an intermediate language such as register transfer language

HOPE IT HELPS

Similar questions