What is the relationship between source code and object code the relationship between assembly high level and low level languages as well as the relationship between compilers and intepreters?
While source code and object code are commonly referred to as different classes of computer language, these terms actually describe the series of transformations a program goes through when being converted from a higher level language more easily comprehensible to humans to the lower level language of computer operations.
Related Questions
- If a user has a program that calls a subprogram, which is object code only, could the user see statement level statistics on that subprogram if the user makes the source code accessible to PROFILER?
- What is the relationship between source code and object code the relationship between assembly high level and low level languages as well as the relationship between compilers and intepreters?
- Why machine languages and assembly languages are called low level language?