Multiple choice

How can we convert the C programs into machine language?

  1. Interpreter

  2. An assembler

  3. An operating system

  4. 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.