What is the difference between static global and non-static global identifier in C++?
static
Global Non static variables are accessable from other files whereas static global variables are not