By writing int n[ ]={ 2,4,8 }; , we are initializing the array. But when we declare an array like int n[3]; , we need to assign the values to it separately.
確定! 回上一頁