Jump to content

Program structure

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mysidia (talk | contribs) at 02:12, 23 September 2005 ({{Soft-eng-stub}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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 and variables are isolated from the rest of the program..