source code vs. object code vs. executable code

Source Code vs. Object Code

A source code is what you and I can read and write in programming languages such as C, C++, and Python. These are human understandable syntax statements.  When we compile this source code, it gets converted or translated into object code. Object code is usually with .obj or .o  or .oo extensions. This is in […]

Source Code vs. Object Code Read More »