What programs that translate the source code to object code?

1 answer

Answer

1114903

2026-03-02 23:50

+ Follow

Java
Java

Programs that translate source code to object code are known as compilers. A compiler takes high-level programming languages like C, C++, or Java and converts them into machine code or object code that can be executed by a computer's hardware. Additionally, assemblers translate assembly language into object code, while interpreters directly execute the source code without generating a separate object code file. Examples of popular compilers include GCC for C/C++ and the Java Compiler (Javac) for Java.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.