char sports[5][15] = { "golf", "hockey", "football", "cricket", "shooting" };. The sports array is stored in the memory as follows: As you ...
確定! 回上一頁