Sunday, April 28, 2019

Source Code Vs Object Code

Difference between source code and object code.

Source Code

  • Source code is in the form of Text form.
  • Source code is Human Readable Code.
  • Source code is Generated by Human or Programmer.
  • Source code is receive Compiler as a Input.

Object Code

  • Object Code is in the form of Binary Numbers.
  • Object Code is in Machine Readable formats.
  • Object Code is Generated by Compiler.
  • Object Code is Generated by Compiler as a Output.

No comments:

Post a Comment

Why learning C Programming is a must?

C is a procedural programming language. It was initially developed by Dennis Ritchie between 1969 and 1973. It was mainly developed as...