填空题 在下面程序的下划线处填上正确的数据类型,保证程序具有如下输出结果: 0 17 17,17,17 源程序如下: #include < iostream > using namespace std; class base { public : 1num; base 2 { } }; int base::hum = 0; void main3 { cout << base::num << endl; 4* p=&base : :num; *p=17; cout << base::num << end1; base a,b; cout << * p<<"," << a. hum << "," <
  • 1、
【正确答案】 1、static int int    
【答案解析】