How does the compiler differentiate indentically-named items

前端 未结 0 561
小鲜肉
小鲜肉 2021-02-12 12:02

In the following example:

#include
int main() {
    int a=7;
    {
        int a=8;
    }
}

The generated assembly would be someth

相关标签:
回答
  • 消灭零回复
提交回复
热议问题