What is the output after the compiling stage in the sequence of compiling source code into executable code?
What is the output after the compiling stage in the sequence of compiling source code into executable code? Correct Answer Object code
Key PointsAfter programmers compile source code, the file that contains the resulting output is referred to as object code. Object code consists mainly of the numbers one and zero and cannot be easily read or understood by humans.
Object code is a set of instruction codes that is understood by a computer at the lowest hardware level. Object code is usually produced by a compiler that reads some higher level computer language source instructions and translates them into equivalent machine language instructions.
Language processing system:
Hence the correct answer is Object code.
মোঃ আরিফুল ইসলাম
Feb 20, 2025