≡ Menu

Static Functions in C

In C language, the life time and scope of a variable is defined by its storage class. The following are four types of storage class available in C language. auto register extern static In this article, we will discuss the ‘static’ storage class and explain how to use static variables and static functions in C [...]

{ 47 comments }