C
Programming and Technical
Q. What is modular programming?
A. If a program is large, it is subdivided into a number of smaller
programs that are called modules or subprograms. If a complex
problem is solved using more modules, this approach is known as
modular programming
Read Solution (Total 0)
C Other Question