InterviewSolution
Saved Bookmarks
| 1. |
Compiler translates the source code |
|
Answer» assembly languageExplanation:COMPILER translates code to assembly which is then converted by ASSEMBLER to machine object file and linker LINKS LIBRARIES with it and makes an executable file |
|