2d array of strings in C. char student[5][20]; First index (row-size) specify number of strings needed & 2nd index (column-size) specifies length of string.
確定! 回上一頁