- C is called structured programming language as a program in C language can be divided into small logical functional modules or structures with the help of function procedure.
- 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, so, it is called structured programming language.