What is Modular Programming?
· Modular programming is the process of subdividing a computer program into separate subprograms. A module is a separate software component. It can often be used in a variety of appliions and functions with other components of the system. Similar functions are grouped in the same unit of programming code and separate functions are developed ...