Source codes are codes that were written by the programmer. It is made up of the commands and other English-like keywords that are supposed to instruct the computer what to do. However, computers would not be able to understand source codes. Therefore, source codes are compiled using a compiler. The resulting outputs are object codes, which are in a format that can be understood by the computer processor. In C programming, source codes are saved with the file extension .C, while object codes are saved with the file extension .OBJ
Related posts
-
Artificial Intelligence (AI) Multiple Choice Questions
Are you ready to test your knowledge of artificial intelligence (AI)? This set of 50 multiple-choice... -
Agile vs Waterfall: Know the Difference Between Methodologies
The main difference between Agile vs Waterfall is that Agile methodology is a continuous and iterative... -
Model of the TypeScript Interview Questions in 2021
If you are looking for job as Typescript developer then this article and typescript interview questions...