關(guān)于strcat和字符串?dāng)?shù)組長度
4.中 s1[10]=''hello '' ? ? 字符長度為6 ?字符數(shù)組長度為10 ??(其空間分布為'h','e','l','l','o','空格','\0'后面3個初始為零 )
s2[]="world" ? ?字符長度為5,字符數(shù)組長度為6
s1長度不夠怎么接上去的?
4.中 s1[10]=''hello '' ? ? 字符長度為6 ?字符數(shù)組長度為10 ??(其空間分布為'h','e','l','l','o','空格','\0'后面3個初始為零 )
s2[]="world" ? ?字符長度為5,字符數(shù)組長度為6
s1長度不夠怎么接上去的?
2017-08-19
舉報
2017-08-30
雖然也會顯示“hello world”
但運行之后會出現(xiàn)這個東西
stack around the variable “xx” was corrupted
字符越界