Multiple choice The C programs are converted into machine language using a/an ____________. assembler compiler interpreter operating system 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.