C language is a structured programming language because we can create functions in the C language. Using functions we can separate a particular operation from the main program and then use it again and again.
A structured language is not just about having the ability to create functions, but it supports loops, conditional statements, etc. All of this we will cover in detail in the upcoming tutorials.