搜索
编程论坛
→
开发语言
→
『 C语言论坛 』
→ #define FORMAT "%s ! c is cool \n!"然后 printf(FORMAT,FORMAT);运行结果为什么是%
标题:
#define FORMAT "%s ! c is cool \n!"然后 printf(FORMAT,FORMAT);运行结果 ...
取消只看楼主
ye姗
等 级:
新手上路
帖 子:3
专家分:7
注 册:2014-10-14
结帖率:
100%
楼主
已结贴
√
问题点数:20 回复次数:0
#define FORMAT "%s ! c is cool \n!"然后 printf(FORMAT,FORMAT);运行结果为什么是%
下面的程序的运行结果为什么是这样呢?求大神知道!
#include<stdio.h>
#define FORMAT "%s ! c is cool \n!"
int main(void)
{
printf(FORMAT,FORMAT);
return 0;
}
运行结果:
%s !c is cool!
! c is cool!
搜索更多相关主题的帖子:
include
return
cool
2014-10-14 11:37
1
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-437243-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.158441 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved