Computer Science, asked by supreetha2905, 6 months ago

Which converts a high-level language program into machine language,
line by line?​

Answers

Answered by arpit9756
3

Answer:

Compilers convert high-level language code to machine (object) code in one session. Compilers can take a while, because they have to translate high-level code to lower-level machine language all at once and then save the executable object code to memory.

Answered by Anonymous
2

Answer:

Your answer is interpreter.

Similar questions