0
946views
Need of assembler and compiler and their comparison.
1 Answer
| written 3.8 years ago by |
A Compiler is primarily used for programs that translate source code from a high-level programming language to a machine level language to create an executable program. A compiler will consider the entire program as a whole code and then translates. The main job of the compiler is …