COMPILER DESIGN

INTRODUCTION TO COMPILER DESIGN

TYPES OF COMPILERS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which translator does C++ use
A
Interpreters
B
Compilers
C
None of the above
D
All of the above
Explanation: 

Detailed explanation-1: -Java, Scala, C#, C, C++ use Compilers. Perl, Ruby, PHP use Interpreters.

Detailed explanation-2: -Programming languages like C, C++ uses compilers. Programming languages like Python, BASIC, and Ruby uses interpreters.

There is 1 question to complete.