Categories
3. Features of C programming

Structured Programming language

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 loopsconditional statements, etc. All of this we will cover in detail in the upcoming tutorials.

Leave a Reply

Your email address will not be published. Required fields are marked *