Static limits the scope of the variable to the same translation unit.
A static global variable has internal linkage.
A non-static global variable has external linkage.
Good Read:
What is external linkage and internal linkage?
Static limits the scope of the variable to the same translation unit.
A static global variable has internal linkage.
A non-static global variable has external linkage.
Good Read:
What is external linkage and internal linkage?