The size of an object of type char is always 1 in C. To get the size of the char pointer use this expression: sizeof (&s1[0]). Sunday, ...
確定! 回上一頁