单选题 下面程序的输出结果是( )。 #include <iostream> using namespace std; void main( ) { int i=8,*p=0; p = &i; coat<<p; }
【正确答案】 B
【答案解析】[解析] 可以把0赋给指针变量。