There are no strings in C. There are character arrays. The str in your above example is an array and can be used like one ( str[4] for ...
確定! 回上一頁