1.How do you understand the term Language “Processing System”
2. How does a program using a C++ compiler be executed on a host machine?
Language Processing System
The steps undergone by a source code to get converted in to machine code is as shown in below diagram.
Preprocessor :
Compiler :
Assembler :
Linker/Loader:
Comments
Leave a comment