问题详情

答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关

下列程序的执行结果为【15】。 #include(iostream.h> voidmain() { Cout.fill(’*’); co


下列程序的执行结果为【15】。

#include(iostream. h>

void main()

{

Cout.fill(’*’);

cout. width(10);

cout $amp;}

参考答案
您可能感兴趣的试题