1. Start a loop from 0 to N-1, where N is the size of array. for(i = 0; i < N; i++) · 2. Access every element of array with help of arr[index] · 3 ...
確定! 回上一頁