C FILE EXTENSION
C FILE EXTENSION
C FILE EXTENSION
File Extension |
Type of File |
Example |
.c |
C source file |
techonthenet.c |
.cc |
C++ source file |
techonthenet.cc |
.cpp |
C++ source file |
techonthenet.cpp |
.o |
C/C++ object file |
techonthenet.o |
.h |
C/C++ header file |
techonthenet.h |
.exe |
Microsoft Windows executable |
techonthenet.exe |
.com |
Microsoft Windows executable |
techonthenet.com |