C语言 求数组长度
摘要:
#define LENGTH(s) (sizeof(s) / sizeof(int)) //使用sizeofint s[12]; int length = LENGTH(s); 阅读全文
posted @ 2010-05-31 22:46 半城烟沙 阅读(453) 评论(2) 推荐(0) 编辑
posted @ 2010-05-31 22:46 半城烟沙 阅读(453) 评论(2) 推荐(0) 编辑
posted @ 2010-05-31 22:29 半城烟沙 阅读(805) 评论(0) 推荐(0) 编辑
posted @ 2010-05-31 22:23 半城烟沙 阅读(1485) 评论(0) 推荐(0) 编辑