Social Sciences, asked by ansariatif9879, 1 year ago

Why c is called structure oriented 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 SresthaAbhi
0
Hi friend!!

C is a structure oriented language, the reason being that to solve a large problem, it first divides it into smaller modules called functions or procedures.
Now these functions or procedures are responsible for handling one particular thing at a time.
So basically it follows a procedure of steps to further approach and solve the problem. Please note that unlike Java/C++ which are object oriented, these are not object oriented and much importance is thus not given to the data on which the functions operate. Instead the flow of the program (which is a top-down approach) is taken into consideration..



Hope that helps you!
Please mark as brainliest!
Similar questions