195k views
4 votes
Files ending in .cpp are known as ________ files.

1) .cpp
2) C++
3) source code
4) executable

User Alvin Teh
by
7.8k points

1 Answer

5 votes

Final answer:

Files with the .cpp extension are called source code files. They contain C++ code that must be compiled to create an executable.

Step-by-step explanation:

Files ending in .cpp are known as source code files. They are associated with programming language and contain raw code written by developers. These files need to be compiled by a C++ compiler to produce an executable program that can run on a computer.

User James Caccese
by
8.0k points