Report Bug
Qus : A Compiler is :
Qusकंपाइलर एक _____________________ है।

A. a combination of computer hardware
B. a program which translates from high-level language to another
C. a program which translates from one high-level to a machine level
D. None of these


Solution
C. a program which translates from one high-level to a machine level



Explanation
<p>A compiler is translator which translate the high level(user understandable code) to low Level (machine understandable code).</p><p>Some programming languages are using the Compiler and some using Interpreter. </p><p>C/C++ language uses the Compiler. <br></p>



Report Bug