COMPILER DESIGN

INTRODUCTION TO COMPILER DESIGN

TYPES OF COMPILERS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
“High Level languages (HLL) are not machine-dependent". The statement above means:
A
They have a sentence-like structure
B
they are closer to natural languages
C
they can be used on different types of computers
D
they are easy to learn
Explanation: 

Detailed explanation-1: -A high-level language (HLL) is a programming language such as C, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages and further from machine languages.

Detailed explanation-2: -The programming does not depend on the type of processor. Eg.: C, C++, FORTRAN.

There is 1 question to complete.