Computer Science, asked by mdsoheb2154, 10 months ago

Name the program that translates high level language into machine code

Answers

Answered by rahulsinha12043
1

Answer:

A Compiler is a computer program that translates code written in a high level language to a lower level language, object/machine code. The most common reason for translating source code is to create an executable program (converting from a high level language into machine language).

Similar questions