搜索
编程论坛
→
开发语言
→
『 C语言论坛 』
→ s()的含义
标题:
s()的含义
取消只看楼主
xuexuexue
等 级:
新手上路
帖 子:118
专家分:0
注 册:2004-7-19
楼主
问题点数:0 回复次数:0
s()的含义
int a=200;
main()
{int i;
for (i=1;i<=5;i++)
{a++;
printf("%d,",a);
s();
}
}
s()
{static int a=20;
a++;
printf("%d\n",a);
}
这道题中的s()是什么意思?起什么作用?
搜索更多相关主题的帖子:
含义
2004-08-08 17:49
1
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-4016-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.609785 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved