Jan 16, 2009

Static keyword in c

Static keyword in c
In a file context, static method can only be visible in the file scope
Global static variable’s scope is only in the file, while global variable can be accessed from outside of the file

No comments:

Post a Comment