#include using namespace std; int N = 100; int main() { cout << &N << " " << N << endl; return 0; }
全局变量全部存放在静态存储区