In C, the elements of an array are stored in contiguous memory locations. For example: if we have the following array. int my_arr[5] = {1, 2, 3, 4, 5…
確定! 回上一頁