int i, array[5]= {1, 2, 3, 4, 5};. 2. for(i=0 ; i<5 ; i++). 3. {. 4. printf("%d", array[i]) ;. 5. } input array elements in c.
確定! 回上一頁