|
Subject:
|
block structured &structured prog
|
|
Posted By:
|
mohan_exp
|
Post Date:
|
1/20/2006 11:50:25 PM
|
hi i am the beginner in c language. can anybody tell me what is a block structured language.
|
|
Reply By:
|
ciderpunx
|
Reply Date:
|
1/23/2006 12:18:15 PM
|
The basic units (procedures, functions, and anonymous blocks) that make up a program are logical blocks, which can contain any number of nested sub-blocks. Typically, each logical block corresponds to a problem or subproblem to be solved.
HTH Charlie
-- Don't Stand on your head - you'll get footprints in your hair http://charlieharvey.org.uk http://charlieharvey.com
|