There is no separate string type in C. There are multiple ways to declare character array. Ex: char str1[] = "my string"; char str2[64] = ...
確定! 回上一頁