Computer Science, asked by nehasheenam7112, 1 year ago

5. What is the difference between source code and object code?

Answers

Answered by SBCodeOC
2
The code you write using a programming language is called source code. When it gets compiled, it is known as Object code.

I hope this helps!
Answered by kaustubmittalp9wku6
0
Object code:object code or object module is the product of a compiler.
Source code:source code is (generally speaking) a text file version of a computer program or software that contains instructions that the computer follows to do something.
Similar questions