Modular programming entails isolating the implementation from the interface and concealing information within the implementation. In C, the interface definition is placed in a header file, while the implementation is placed in a source file.
Vishalini.R Answered question
