In header files whether functions are declared or defined?

In header files whether functions are declared or defined?


Functions are declared within header file. That is function prototypes exist in a header file,not function bodies. They are defined in library (lib).

Comments

Popular posts from this blog

Agile Method Advantages and Disadvantages