COMPILER DESIGN

INTRODUCTION TO COMPILER DESIGN

COMPILATION PROCESS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Does not provide the source code to the user
A
Interpreter
B
Compiler
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Source code is a group of instructions a programmer writes using computer programming languages. Once a programmer writes a line or set of source code, they can later implement it in a website, application or another type of computer program to give it instructions for functioning.

Detailed explanation-2: -A compiler converts C# source code into an intermediate bytecode. After that, the virtual machine executes it. Both the C# compiler and virtual machine belong to the Mono toolset.

There is 1 question to complete.