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

How can variables be characterized?

0 Answers  


What are the advantages of using Unions?

0 Answers   IBS,


How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.

1 Answers   HP, TCS,


main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail

6 Answers   TCS,


what is void pointer?

1 Answers   Wipro,






how memory store byte

4 Answers   Huawei,


How do you initialize pointer variables?

0 Answers  


How do I get a null pointer in my programs?

0 Answers  


Tell us two differences between new () and malloc ()?

0 Answers   Adobe,


Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations

0 Answers  


What is period operator in c?

3 Answers   Wipro,


Is this program statement valid? INT = 10.50;

0 Answers  


Categories