填空题

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

【参考答案】

* * * * * hello