填空题

下列程序的执行结果为 【15】 。 #include<iostream.h> void main( ) { cout.fill(’*’); cout.width(10); cout<<"hello"<< end1; }

【参考答案】

*****hello