Ask Question
12 September, 01:47

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

+5
Answers (1)
  1. 12 September, 02:33
    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?
Get 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 & 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