What are the benefits of using modules


Problem

A module is a group of statements that exist within a program for the purpose of performing a specific task. Instead of writing a large program as one long sequence of statements, it can be written as several small modules, each one performing a specific part of the task. These small modules can then be executed in the desired order to perform the overall task. What are the benefits of using modules?

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: What are the benefits of using modules
Reference No:- TGS03331581

Expected delivery within 24 Hours