Computer Science, asked by sravyameher2, 11 months ago

c is a structured language justify

Answers

Answered by Himanshu0581
11

Answer:

C is called a structured programming language because to solve a large problem, C programming language divides the problem into smaller modules called functions or procedures each of which handles a particular responsibility. The program which solves the entire problem is a collection of such functions.

Answered by StaceeLichtenstein
5

Following are the reason  given that tells c is structural language

Explanation:

  • As the C Programming language Solve the big problem like the complex program  it split and dividing the program into the shorter functional blocks like creating the function, etc that managing a specific duty.
  • Dividing the big program into the smaller program easy to find the bugs in the program.
  • The c programming used if/else, loops and functions that indicated that c is a structural programming language.

Learn More:

https://brainly.in/question/1730125

Similar questions