Computer Science, asked by AnkushRana2822, 9 months ago

What is the difference between modular programming and structured programming ?

Answers

Answered by mishka93
2

Explanation:

Structured programming is a lower level aspect of coding in a smart way, and modular programming is a higher level aspect. ... Modular programming is about separating parts of programs into independent and interchangeable modules, to improve testability, maintainability, separation of concern and reuse.

Answered by lovingheart
1

Structured programming is a low level programming while the modular programming is high level.

Explanation:

  • Structured programming follows a specific logical structure which is not available in modular programming.
  • The structure programming make use of lengthy programming statements while the modular programming, the entire programming will be divided into several module.
  • Structured programming consumes more space while the modular programming consumes less space.
  • Structured programming is little bit complex while modular programming is simple.

To know more:

1) What is structured programming?

https://brainly.in/question/3707865.

2) The goal of structured programming is to

https://brainly.in/question/10318174

Similar questions