what do structure language means?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sindhu
the question is not rightly framed..grammar mistake..
Is This Answer Correct ? | 1 Yes | 4 No |
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
code for quick sort?
what is Structural oriented language? give some example of this language.....?
how to find turn around time in operating system?
I came across some code that puts a (void) cast before each call to printf. Why?
What is difference between static and global variable in c?
Explain how do you determine the length of a string value that was stored in a variable?
write a c program that prints all multiples of 3between 1 and 50.
Is c# a good language?
What is keyword in c?
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
What are control structures? What are the different types?