Jump to content

Program structure

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SmackBot (talk | contribs) at 21:41, 6 January 2007 (Date the maintenance tags using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

You must add a |reason= parameter to this Cleanup template โ€“ replace it with {{Cleanup|December 2005|reason=<Fill reason here>}}, or remove the Cleanup template.
Structured/hierarchical programming divides complex programming problems and breaks them down into a number of smaller, simpler tasks. Each task is performed by a function in which code and variables are isolated from the rest of the program..