GCC Files Name Convention

GCC Files Extensions Conventions

The GCC Files function is discerned by the name Ending conventions.

And the File Extension identify the File Contents to the Compiler.

Source code file: programName.c

Object file: programName.o

Executable file: programName (no ending)

Header file: name.h

Library file: libname.a or libname.so

Leave a Reply

Your email address will not be published. Required fields are marked *