Which converts a high-level language program into machine language,
line by line?
Answers
Answered by
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
2
Answer:
Your answer is interpreter.
Similar questions