单项选择题下列表达式的值为false的是( )。
单项选择题下面程序的执行结果是( )。 #include”iostream.h” void main() int*p,r; p=new in; *p=20; r=sizeof(*p); cout<<r<<endl delete p;