What is the difference between static global and normal global variables.
Anonymous
static global variable visibility is limited to the file its defined...where as normal global variable visiblity is across all the files of the module.
Check out your Company Bowl for anonymous work chats.