sizeof运算符和strlen()函数
摘要:
首先放上代码和运行结果。(在VC6.0上运行) 1 #include<stdio.h> 2 #include<string.h> 3 4 int main(void) 5 { 6 char s1[]="YeHuan"; 7 char *s2="YeHuan"; 8 char s3[]="Ye\0Hu 阅读全文
posted @ 2019-11-19 19:53 Leisureeen 阅读(325) 评论(0) 推荐(0) 编辑