Advantages of structured programming

   ·         One advantage of structured programming is reduced complexity.
     ·       Modularity allows the programmer to tackle problems in logical fashion.
       ·         takes less time for programming
        ·         program is divided into functional modules; each module performs one simple function and is easy to understand,
       ·         each module can be coded and debugged independently,
      ·       programming work can be shared by a number of programmers, each working independently of others,
     ·       errors can be localised as the errors in one module can be located and corrected before being integrated.

Comments