Multiple choice

The C programs are converted into machine language using a/an ____________.

  1. assembler

  2. compiler

  3. interpreter

  4. operating system

  5. both 2 and 3

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A compiler reads the entire program and converts it to the object code. It provides error, not of one line but error of the entire program. It takes more time for converting the lengthy programs. So this option is correct.