u-prefixed wide string literals can be used to initialize arrays of any type ... char str[3] = "abc"; // str has type char[3] and holds 'a', 'b', 'c'.
確定! 回上一頁