strlen与sizeof的区别
摘要:
1. strlen计算不包含终止null字节的字符串长度,sizeof则将null计算在内。2. strlen需要一次函数调用,而sizeof是在编译时计算长度 阅读全文
posted @ 2012-05-07 10:55 jubincn 阅读(139) 评论(0) 推荐(0)
2012年5月7日 #
posted @ 2012-05-07 10:55 jubincn 阅读(139) 评论(0) 推荐(0)
posted @ 2012-05-07 10:39 jubincn 阅读(923) 评论(0) 推荐(0)