✏️ Explanatory Question

what is modular programming.

👁 835 Views
📘 Detailed Answer
💡

Answer with Explanation

Dividing the program in to sub programs (modules/function) to achieve the given task is modular approach. More generic functions definition gives the ability to re-use the functions, such as built-in library functions.