Categories
3. Features of C programming

Statically Type

C programming language is a statically typed language. Meaning the type of variable is checked at the time of compilation but not at run time. This means each time a programmer type a program they have to mention the type of variables used. 

Leave a Reply

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