Home »
MCQs »
C++ MCQs
Which of the following language translator is used in C++?
14. Which of the following language translator is used in C++?
- Assembler
- Interpreter
- Compiler
- Both Interpreter and Compiler
Answer: C) Compiler
Explanation:
In C++, a Compiler is used to process C++ source files and generate object files.