Challenger App

No.1 PSC Learning App

1M+ Downloads
ഹൈ ലെവൽ ലാംഗ്വേജിൽ നിന്ന് മെഷീൻ ലെവൽ ലാംഗ്വേജിലേക്ക് വിവർത്തനം ചെയ്യുന്നു.

Aകംപൈലർ

Bഇവ രണ്ടും

Cഇന്റർപ്രെറ്റർ

Dഒന്നുമല്ല

Answer:

B. ഇവ രണ്ടും


Related Questions:

Which of the following is the correct declaration for an array ?
EBCIDIC is a _____ bit code.
Which is not a Unicode encoding form?

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;

}

 

 

What is the correct JavaScript syntax to write "Hello World"?