有如下程序:#include<iostream.h>

有如下程序:

#include<iostream.h>
class Test
{
public:
Test (){}
~Test() { cout << ‘#’; }
};
void main(){Testtemp[2],*pTemp[2];}

执行这个程序输出“#”号的个数为( )。

答案
B

题目信息

题号:3932
题型:单选题
难度:普通