What is a compiler and assembler
Answers
Answered by
5
Hello!!
Compiler : Compilers are used to convert high level languages (like C, C++ ) into machine code . Example : gcc , Microsoft Visual Studio while
Assembers : Assembler are used to convert assembly language code into machine code. Examples : List of assembler
Compiler : Compilers are used to convert high level languages (like C, C++ ) into machine code . Example : gcc , Microsoft Visual Studio while
Assembers : Assembler are used to convert assembly language code into machine code. Examples : List of assembler
Opritish:
thanks
Answered by
0
compiler
compiler is a translator program, used to convert a high level language program into machine language .a compiler translates the whole program at once,I.e.,
it generates the object code for the program along with the list of eroes .
assembler
translator program that is used to convert the Assembly language program into machine language is known as assembler .a program written in assembly language is called a source program, various, the program converted into the machine language by the assembler is called object program or object code .
Similar questions