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
Dec 16, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment