COMPILER DESIGN

INTRODUCTION TO COMPILER DESIGN

TYPES OF COMPILERS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A/an ____ converts a high level language program into machine language, line by line.
A
Assembler
B
Compiler
C
Interpreter
D
None of the above
Explanation: 

Detailed explanation-1: -A program that converts a high-level language source file into a machine-language file is called a compiler.

Detailed explanation-2: -A compiler is a computer program that translates a program written in a high-level language to the machine language of a computer.

There is 1 question to complete.