Because you can use programming structures, namely: sequence, selection (if, switch) and repetition (while, for, do-while)
C is a structured programming language. PHP, COBOL is also a structured programming language. These languages follow a top down approach.
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.
John C. Molluzzo has written: 'C++ for Business Programmers' 'Structured COBOL programming' -- subject(s): COBOL (Computer program language), Structured programming
By itself, structured programming does not support the notion of a function call. This is achieved through an extension of structured programming known as procedural programming. Object-oriented programming extends procedural programming such that data and the functions that operate upon the data can be encapsulated within an object.
Object oriented programming and structured programming.
Your question makes no sense.
It is a structured, procedural, high level programming language.
when you divide a long program or problem into small small understandable parts that means modular structured programming. In the consequences of c programming modular structured programming called to divide a long program into small small, and easy to understand functions. Garcha UFV, Canada
Yes, in C, you can use the standard programming structures (sequence, selection, repetition).
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.
By itself, structured programming does not support the notion of a function call. This is achieved through an extension of structured programming known as procedural programming. Object-oriented programming extends procedural programming such that data and the functions that operate upon the data can be encapsulated within an object.
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.