The statement printf("%30s\n", s) means that the array s is printed right justified, with leading spaces, to a field width of thirty characters.
確定! 回上一頁