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 - इनमे से कोई नहीं
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.