Which of the following statements is NOT correct for structured programming concepts and modularity?
Modularity means program segmentation is not correct for structured programming concepts and modularity.
Structured programming:-
Structured programming is a logical programming method that is considered a precursor to object-oriented programming (OOP). Structured programming facilitates program understanding and modification and has a top-down design approach, where a system is divided into compositional subsystems.
Modular programming:-
Modular programming is the process of subdividing a computer program into separate sub-programs. A module is a separate software component. It can often be used in a variety of applications and functions with other components of the system.