How are static variables with the same name in different functions identified by the System?

Posted by Jay on Stack Overflow See other posts from Stack Overflow or by Jay
Published on 2010-05-03T08:41:00Z Indexed on 2010/05/03 8:48 UTC
Read the original article Hit count: 204

Filed under:
|
|

AFAIK, we can have two static variables with the same name in different functions? How are these managed by the compiler and symbol table? How are their identities managed seperately?

© Stack Overflow or respective owner

Related posts about c

    Related posts about static