Ask Question
23 May, 05:05

What processes are needed to transform a c + + program to a machine language program that is ready for execution?

+3
Answers (1)
  1. 23 May, 08:01
    0
    The first step is to compile the source code into object code (obj or lib files). The second step is to link the object codes to create an executable (exe or dll).
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What processes are needed to transform a c + + program to a machine language program that is ready for execution? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers