difference between static and global variable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • babu198649
    New Member
    • Sep 2007
    • 22

    difference between static and global variable

    hi
    what is the difference between static and global variable
  • Meetee
    Recognized Expert Contributor
    • Dec 2006
    • 928

    #2
    Originally posted by babu198649
    hi
    what is the difference between static and global variable
    Static variables are limited to that function or class. Global variables are been available outside the scope of the function. Google for more!

    Regards

    Comment

    Working...