memory model¶ #include<cstdlib> #include<iostream> using namespace std; int globalx = 10; int main(){ static int staticx = 3; int localx = 5; int *px = (int*) malloc (sizeof(int)); cout << "&globalx=" } 此页面有帮助吗? 谢谢你的反馈! Thanks for your feedback! Help us improve this page by using our feedback form.