int arr[5] = {1, 2, 3, 4, 5}; · int arr[5] = {1, 2, 3}; · // Valid. Size of the array is taken as the number of elements // in the initializer ...
確定! 回上一頁