e) What is the default extension name of C++?
Answers
Answered by
1
Explanation:
.cpp
Today this is the practice, most C++ implementation files will use the ". cpp" extension and ". h" for the declaration of header files (the last one is still shared across most assembler and C compilers). There are other common extensions variations, such as, ".
Similar questions