Strings in C are arrays of char elements, so we can't really return a string - we must return a pointer to the first element of the string. This ...
確定! 回上一頁