Multiple choice How can we convert the C programs into machine language? Interpreter An assembler An operating system A compiler Reveal answer Fill a bubble to check yourself D Correct answer Explanation It is a computer program that translates the entire user written program (known as source program) into machine language ( known as object program) at once. It's so fast so it used convert C programs into machine language.