Which of the following language translator is used in C++?

14. Which of the following language translator is used in C++?

  1. Assembler
  2. Interpreter
  3. Compiler
  4. Both Interpreter and Compiler

Answer: C) Compiler

Explanation:

In C++, a Compiler is used to process C++ source files and generate object files.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.