Jump to content

Program structure

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 64.172.230.141 (talk) at 01:32, 23 September 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Structured/hierarchical programmming divides complex programming problems and breaks them down into a number of smaller, simpler task. Eash task is performed by a function in which code a variables are isolated from the rest of the program..