Home »
MCQs »
C++ MCQs
Which of the following command is used for the C++ compiler in Linux OS?
17. Which of the following command is used for the C++ compiler in Linux OS?
- GCC
- c++
- g++
- None
Answer: C) g++
Explanation:
The g++ command is used to compile C++ source files.