COMPILER DESIGN

INTRODUCTION TO COMPILER DESIGN

TYPES OF COMPILERS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The program converted into machine language by the translator is called
A
Source program
B
Object program
C
Compiler
D
Assembler
Explanation: 

Detailed explanation-1: -The correct answer is Compiler. A compiler takes the program code (source code) and converts the source code to a machine language module (called an object file).

Detailed explanation-2: -The correct answer is Compiler. In simple words, the compiler is the software whose function is to convert a program written in a high-level language (Source Language) to a low-level language (Machine language).

There is 1 question to complete.