代码 :
int a = 33;
int main()
{
int a = 40; // local variables always win when there is a conflict between local and global.
// Here how can i access global variable 'a' having value '33'.
}
如果你问:为什么有人想做上面的事情?为什么是 [a-zA-Z]* ?
我的回答是:只要知道'有可能这样做'。
谢谢。