How to Understand Static Variables/Function in C

Static Storage: static, the same with global variables. They will be Initialized to 0 because they are in static area. There are three kinds of staitc … Continue reading How to Understand Static Variables/Function in C