Ask Question
19 March, 12:26

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

+5
Answers (1)
  1. 19 March, 13:38
    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?
Get 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 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