Home »
MCQs »
C++ MCQs
Which of the following is the correct extension of the C++ source code file?
16. Which of the following is the correct extension of the C++ source code file?
- .cpp
- .c++
- Both
- None
Answer: c) Both
Explanation:
We can use both ".cpp" and ".c++" for a C++ source code file.