Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのようなchar配列を宣言していました-
char str[16]= "The world is";
その 13 番目の文字が '\0' になることはわかっています。しかし、strの16までの残りの文字値に興味があります。それらはすべて '\0' に割り当てられていますか。調べてみましたが、良い説明が見つかりませんでした。だから私は別の最速の方法はここで尋ねることだと思った.:)