answersLogoWhite

0

Structured programming (sometimes known as modular programming) is a subset of procedural programming that enforces a logical structure on the program being written to make it more efficient and easier to understand and modify.

ref:structured programming

Hope this will help u.!!! :)

stucured language mean dividing program in to blocks or parts and executing where one block differs from other so that thr reader can understand the program easy.its just like top-down design approach

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

A programming language that encourages structured programming?

C++ (or any other C language) encourages structured programming. I'm not sure if you are asking for an 'object oriented language' rather than structured. If that's the case, any C language or Java would fit the description perfectly.


What is the program language c?

C is a pop language. C is a case sensetive language. C is motherof all language. C is block structure language. C is a high level language. C is advace of B language. C developed by D.richties in 1972 at AT & T Bell lab in USA. Sachin Bhardwaj 986854722 skbmca@gmail.com


What is block structured programming language?

block-structured definitionlanguageAny programming language in which sections of source code contained within pairs of matching delimiters such as " " and "" (e.g. in C) or "begin" and "end" (e.g. Algol) are executed as asingle unit. A block of code may be the body of a subroutine orfunction, or it may be controlled by conditional execution ( if statement) or repeated execution ( while statement, for statement, etc.).In all but the most primitive block structured languages avariable's scope can be limited to the block in which it is declared.Block-structured languages support structured programming whereeach block can be written without detailed knowledge of the innerworkings of other blocks, thus allowing a top-down design approach.


Is c plus plus a structured language?

Yes


Why is c called a structured language?

a synonym for structure language in "Comb-sturctured" languages. C in comb.


What type of language c?

It is a structured, procedural, high level programming language.


How does the C language work as structured?

It is known as structured programming language because it has functions and you can go for a modular approach in solving the problems. However, object oriented concepts are not supported in C.


What is structured programming language in C plus plus?

Your question makes no sense.


Is 'c' a structured language?

Yes, in C, you can use the standard programming structures (sequence, selection, repetition).


What is a feature in c that is not in c plus?

C is a structured programming language which is feature of C which made it a powerful language when it was new in market. But after C++ was developed structured programming was considered as disadvantage due to development of Object Oriented Programming Language.


Why you use C language in electronic engineering?

C is a structured language. Controlled structures used in electronic engineering can be programmed well by C. C++ and C sharp are also used sometimes.


What do you think is the better type of language for writing complex data structures?

structured programming language ex:c,c++