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
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
How many types of operators are there in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What does c mean in basketball?
can any one provide me the notes of data structure for ignou cs-62 paper
What is nested structure in c?
What is string concatenation in c?
What is getche() function?
What are the standard predefined macros?
Do you know what are bitwise shift operators in c programming?
How many levels of indirection in pointers can you have in a single declaration?
What extern c means?
Why c is faster than c++?
How can you convert integers to binary or hexadecimal?