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

write a program to find the largest and second largest integer from an array

2 Answers   Value Labs,


write a program that finds the factorial of a number using recursion?

13 Answers   Infosys, TATA,


what are you see during placement time in the student.

0 Answers   Goldman Sachs, TCS, Tech Solutions,


Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female

5 Answers   Infosys, Luminous,


What is the function of volatile in c language?

0 Answers  






Why isnt any of this standardized in c?

0 Answers  


Can we declare function inside main?

0 Answers  


What is wild pointer in c with example?

0 Answers  


Can a pointer be static?

0 Answers  


What is the difference between text files and binary files?

0 Answers  


What is structure of c program?

0 Answers  


LOGIC OF Bodmas?

1 Answers  


Categories