Structured Programming in C Language

Genius Learner
Oct 24, 2020

Structured language mean dividing a program in to blocks or parts and executing where one block differs form other so that the reader can understand the program easy.

C is called a structured programming language because to solve a large problem C programming language divides the problem into smaller structural blocks. Each of the blocks has different responsibility.These structural blocks are -

1. Decision making blocks like — If-else,else-if,switch-Case.

2. Repetitive blocks like — For loop,while-loop,Do-While loop etc.

3. Subroutines/Procedures — functions.

The program which solves the entire problem is c collection of such structural block like a function can have smaller inner structural blocks like decisions and loops.

For this reasons C is Considered Structured Modular Programming.

Structured programming languages are simple and easy to understand because programmers do no require to know complex design concepts to start a new program.

you also may like — why C language is called mid level language

--

--

Genius Learner

I am an teacher on online and and offline . Love to teach everyone.