App Logo

No.1 PSC Learning App

1M+ Downloads
..... converts high level language in to machine level language.

Aassembler

Bcompiler

Cjava

DMs office

Answer:

B. compiler


Related Questions:

The system program that sets up an executable program in main memory for execution is:
The switch variable in C can be of :
The malloc() function in C :
Who among the following invented the FORTRAN language?

What is the value of sum after the execution of the following code?

int sum = 0;

for (int i = -5; i<=;i++)

{

         if (!i) break;

         sum += i;

}