Report Bug

Qus: A Compiler is :

Qusकंपाइलर एक _____________________ है।


A. कंप्यूटर हार्डवेयर का एक संयोजन
B. एक प्रोग्राम जो एक हाई लेवल लैंग्वेज से दूसरे में ट्रांसलेट करता है
C. एक प्रोग्राम जो एक हाई लेवल से मशीन लेवल में ट्रांसलेट करता है
D. इनमे से कोई नहीं


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



Explanation

A compiler is translator which translate the high level(user understandable code) to low Level (machine understandable code).

Some programming languages are using the Compiler and some using Interpreter.

C/C++ language uses the Compiler.