Ask Question
7 June, 17:39

What is the difference between source code, object code and executable code? associate the tool that is used to create each?

+1
Answers (1)
  1. 7 June, 19:42
    0
    Source code is what you create when you type in your program with a plain text editor. You run a compiler with your source file as input and it outputs object code. Usually, the compiler will call a linker to link the object code with shared objects & libraries (dylibs in OSX & dll in Windows) and output executable code.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is the difference between source code, object code and executable code? associate the tool that is used to create each? ...” 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