A pointer is a variable that stores a memory address. ... int numList[5] = {2, 4, 6, 8, 10}; Swap(numList, 1, 4); // swaps items 1 and 4.
確定! 回上一頁