Beginner
C++
Q1 / 100
What is the correct file extension for a C++ source file?
Correct! Well done.
Incorrect.
The correct answer is B) .cpp
B
Correct Answer
.cpp
Explanation
C++ source files commonly use the .cpp extension. .cc, .cxx, and .C are also accepted by many compilers.
Progress
1/100