Why declare a variable or function static in C?

Viewed 18400

I understand what static does, but not why we use it. Is it just for keeping the abstraction layer?

4 Answers
Related