网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

语句cout<<setfill("")<<setw(4)<<setfill('i')<<setw(7)<<'m'<<end1;的输出结果为( )。

A.iiiimmmmnmm

B.iiiimmmmmm

C.iiiimmm

D.iiiiimm


参考答案

更多 “ 语句cout<<setfill("")<<setw(4)<<setfill('i')<<setw(7)<<'m'<<end1;的输出结果为( )。A.iiiimmmmnmmB.iiiimmmmmmC.iiiimmmD.iiiiimm ” 相关考题
考题 有如下4个语句: ①eout<<'A'<<setfill('$')<<lefl<<setw(7)<<'B'<<endl; ②eout<<setfill('*')<<lefl<<setw(7)<<'A'<<'B'<<endl; ③eout<<'A'<<setfill('*')<<right<<setw(7)<<'B'<<endl; ④eout<<setfill('*}')<<right<<setw(7)<<'A'<<'B'<<endl; 其中能显示A******B的是A.①和③B.①和④C.②和③D.②和④

考题 阅读下列程序,并写程序运行结果【】。include void main() { for(int i=0;i 阅读下列程序,并写程序运行结果【 】。include<iomanip. h>void main() {for(int i=0;i<4;i++)cout<<end1<<setfill(' ')<<setw(4-i)<< '0'<<setfill('*')<<setw(i+i)<<(i>0?' O' : ' ' );}

考题 执行语句: cout<<setfill('*')<<setw(10)<<setfill('#')<<left<<123 <<"OK"<<end1;后将输出A.123*******OKB.123#######OKC.123*********OK********D.123#######OK########

考题 对于语句cout < < setfill('*') < < setw(10) < < 1 < < setfill('*') < < setw(2) < < 2;的输出结果是A.* * * * * * * * * 1 * 2B.* * * * * * * * 12C.* * * * * * * 1 * 2D.12 * * * * * * * *

考题 若执行语句:cout<<setfill('*')<<setw(10)<<setfill('#')<<left<<123<<"OK"<<end1后将输出A.123*******OKB.123#######OKC.123********OK********D.123#######OK#######

考题 有如下4个语句: ①cout<<‘A’<<setfill(‘*’)<<1eft<<setw(7)<<‘B’<<endl; ②cout<<setrill(‘*’)((1eft<<setw(7)<<‘A’<<‘B’<<endl; ③cout<<‘A’<<serfill(‘*’)<<right<<setw(7)<<‘B’<<endl; ④cout<<setfill(‘x’)<<right<<setw(7)<<‘A’<<‘B’<<endl;A.①和③B.①和④C.②和③D.②和④ 其中能显示A* * * * * *B的是( )。

考题 对于语句 cout <<setfill('*') << setw(10)<<1<<setfill ('*')<< setw (2) <<2;的输出结果是A.* * * * * * * * *1*2B.* * * * * * * *12C.* * * * * * *1*2D.12* * * * * * * *

考题 对于语句cout<<setfill(‘*’)<<setw(10)<<1<<setfill(‘*’)<<setw(2) <<2;的输出结果是A.* * * * * * * * *1 *2B.* * * * * * * *12C.* * * * * * *1 *2D.12* * * * * * * *

考题 有如下四个语句: ①cout<<A<<seifill(*)<<left<<setw(7)<<B<<endl; ②cout<<setfill(*)<<left<<setw(7)<<A<<B<<endl; ③cout<<A<<serfill(*)<<right<<setw(7)<<B<<endl; ④cout<<setfill(*)<<right<<setw(7)<<A<<B<<endl; 其中能显示A******B的是( )。A.①和③B.①和④C.②和③D.②和④