下列程序的执行结果为______。include<iostream.h> void main() { cout.fill(‘*’); tout.width(10
题目内容(请给出正确答案)
下列程序的执行结果为______。include void main() { cout.fill(‘*’); tout.width(10
下列程序的执行结果为______。
include<iostream.h>
void main()
{
cout.fill(‘*’);
tout.width(10);
cout<<“hello”<<endl;
)