InterviewSolution
Saved Bookmarks
| 1. |
Exercise 1.1.3: What advantages are there to a language processing system in which the compiler produces assembly language rather than machine language? |
|
Answer» s “easier to produce and debug.” A compiler that TRANSLATES a high-level LANGUAGE into another high-level language is CALLED a source-to-source compiler. |
|