标题:我这么弄对不。
取消只看楼主
qq413785523
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2011-6-17
结帖率:100%
 问题点数:0 回复次数:2 
我这么弄对不。
这个是书上面的自测 刚学完输出的 但是没有答案不知道我这么弄对不对 有哪些可以简化的的地方大家帮帮忙教教我!

输出   *
     * * *
   * * * * *
 * * * * * * *


#include<stdio.h>
 main()
{


printf("%10c\n",'*');//第一行

printf("%8c",'*');
printf("%2c",'*');
printf("%2c\n",'*');//第二行

printf("%6c",'*');
printf("%2c",'*');
printf("%2c",'*');
printf("%2c",'*');
printf("%2c\n",'*');//第三行

printf("%4c",'*');
printf("%2c",'*');
printf("%2c",'*');
printf("%2c",'*');
printf("%2c",'*');
printf("%2c",'*');
printf("%2c\n",'*');//第四行

return 0 ;

}
搜索更多相关主题的帖子: 壁纸 
2011-09-28 16:41
qq413785523
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2011-6-17
得分:0 
我的那些语句能合并到一起去么 比如说
printf("%2c",'*');
printf("%2c",'*');

改成'* *'这样的、?
2011-09-28 21:38
qq413785523
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2011-6-17
得分:0 
但是我不明白为什么  printf("%10c\n",'*'); ‘’里面要是加空格会错误
而且这个是c语言里面的输出格式么?
2011-09-28 22:21



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-351119-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.908067 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved