Why is c programming language called as structured programming language?
Structured programming was the mantra in the late sixties exactly as OOP was the mantra in the late nineties and still is. C is just one of many languages that support structured programming.
Structured programming is really a programming paradigm, that is meant to improve the readability, maintainability, and quality of software.