Monday, May 24, 2010

How to let the compiler know if the variable is static.in c?(i am not asking how is declare & use statatic)?

The declaration tells the compiler the variable is static. That's why it's called a declaration.





Hope that helps.

How to let the compiler know if the variable is static.in c?(i am not asking how is declare %26amp; use statatic)?
You use keyword "static" before the variable.


No comments:

Post a Comment