Dec 16, 2008

Global Static variable , global variable

Global Static variable , global variable

If the static variable is defined in a function, the static and global are different on scope.
If the static variable is defined at the beginning of the file (global static variable), static variable has file scope, you cannot access the global static variable from out of the file, but you can access the global variable from out of the file

No comments:

Post a Comment