Need of structured programming

1 answer

Answer

1001653

2026-07-23 21:05

+ Follow

That basically refers to a programming language that has support for conditional statements (if), code repetition (while, for, ...), and subroutine or function calls. Most modern language have that. The term is also sometimes used for languages that do NOT work with OOP. Actually OOP includes the structured programming concepts mentioned above, but it includes a few other things, too.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.