Himanshu Gupta
8 years ago

Header files often have the file extension ____

Solution (By Examveda Team)

.H
An H file is a header file referenced by a C, C++ or Objective-C source code document. It may contain variables, constants, and functions that are used by other files within a programming project. H files allow commonly used functions to be written only once and referenced by other source files when needed.

This Question Belongs to User Ask Question >> Miscellaneous

Join The Discussion

Related User Ask Questions