Respuesta :
Answer:
Assembler
Explanation:
Assembler is a type of utility program that is used to change the assembly language to machine code. it utilized the commands from assembly code to change them to binary code.
it used to change 2 types of symbols like assembler symbol and programmer symbols.
it makes the work easily by converting the language code into a readable form to the operating system.
The utility program which reads an assembly language source file and produces an object file is; Choice C: Assembler
Assemblers are share quite some similarities to compilers in that they produce executable code.
However, An assembler is a utility program which converts assembly language into machine code. This is done by taking the basic commands and operations from assembly code and converts them into binary code that can be recognized by a specific type of processor.
Read more on Assemblers;
https://brainly.in/question/1586603