datatype name_of_the_array [ ] = { Elements of array }; char str_name[8] = "Strings";. Str_name is the string name and the size defines the length of the string ...
確定! 回上一頁