Ask Question

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

+3
Answers (1)
  1. 4 July, 11:48
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers