The program below uses "%9s" to restrict the string length to 9 characters plus the NUL- terminator (10 chars in total). This prevents the array buffer from ...
確定! 回上一頁