what do structure language means?

Answer Posted / salim

structured programming language enforces logical structure
of the program being written to make it more easy to
understand and modify.It deploys top-down design model.
A defined function or a set of similar functions are coded
in separate module or submodule which means that code can
be loaded in memory more efficiently and modules can be
used in other programs more efficiently.

Structured languages support several looping constructs
such as for,while,do-while etc.
In structured language the use of goto is either prohibited
or discouraged and is not the common form of program
control.

A structured language allows you to place statements
anywhere on a line and doesn't require a strict field
concept.

Eg Pascal,Ada,C++,C,Java,Modula-2.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are structure passing and returning implemented?

583


Disadvantages of C language.

645


Dont ansi function prototypes render lint obsolete?

593


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1450


Write a code to generate a series where the next element is the sum of last k terms.

719






hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

1649


How can you invoke another program from within a C program?

609


Explain how do you search data in a data file using random access method?

684


what value is returned to operating system after program execution?

1589


How can I insert or delete a line (or record) in the middle of a file?

563


What is the general form of function in c?

605


What standard functions are available to manipulate strings?

552


What is hungarian notation? Is it worthwhile?

683


List some of the dynamic data structures in C?

774


explain what is an endless loop?

600