Social Sciences, asked by jaydevsahu6858, 1 year ago

Why c is known as structured programming language?

Answers

Answered by Avanish010
0
Hi there,
Because C programs follow a procedure of steps written in it, called functions. It follows a top-down approach i.e. much importance is given to flow of program rather than on data on which functions operate. On the other hand, Java/C++ are object oriented languages....
Answered by Anonymous
0

The approach where software enhancement is easier is the (c)STRUCTURED PROGRAMMING

C is known as structured programming language because it understands  the program and it generally has a top down approach.It makes the program easier to understand and thus helps in software enhancement.Here the complex programs are divided into small structural parts which makes it more convenient easier to understand.

Similar questions