如果我运行以下代码,它会显示一个长号.
int i; int *p; p= &i; cout<<*p;
为什么未分配的int有值?这个价值是多少?
c c++ pointers integer
c ×1
c++ ×1
integer ×1
pointers ×1