what do structure language means?

Answers were Sorted based on User's Feedback



what do structure language means?..

Answer / ankith.v

we need to follow Syntax

Is This Answer Correct ?    13 Yes 1 No

what do structure language means?..

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

what do structure language means?..

Answer / sindhu

the question is not rightly framed..grammar mistake..

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More C Interview Questions

Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?

1 Answers   IBM,


code for quick sort?

0 Answers  


what is Structural oriented language? give some example of this language.....?

1 Answers  


how to find turn around time in operating system?

3 Answers  


I came across some code that puts a (void) cast before each call to printf. Why?

0 Answers  






What is difference between static and global variable in c?

0 Answers  


Explain how do you determine the length of a string value that was stored in a variable?

0 Answers  


write a c program that prints all multiples of 3between 1 and 50.

5 Answers  


Is c# a good language?

0 Answers  


What is keyword in c?

0 Answers  


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

7 Answers  


What are control structures? What are the different types?

0 Answers  


Categories