How are static variables with the same name in different functions identified by the System?
- by Jay
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?