Ask Question
Today, 12:58

A compiler is a separate program that converts the entire source program into a machine language before executing it

+2
Answers (1)
  1. Today, 14:19
    0
    A compiler is a series of programs that (usually) convert source code into machine language. There are also compilers that compile into byte code, Java for instance.

    No compiler is responsible for executing a freshly compiled program. That would be done in an IDE (Integrated Development Environment).
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A compiler is a separate program that converts the entire source program into a machine language before executing it ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers