斗----自尊、自强、自信

蜗牛慢慢爬,只要不停下来就好~~

博客园 首页 新随笔 联系 订阅 管理

2007年12月19日 #

摘要: #include #include #define WORD "test" int main(int argc, char* argv[]) { printf("%d\n",sizeof(WORD)); printf("%d\n",strlen(WORD)); return 0; } //打印出... 阅读全文
posted @ 2007-12-19 11:39 a斗 阅读(113) 评论(0) 推荐(0) 编辑