Given an array A, push all the zeros of the array to the front. The order of all other elements should remain same. Write a function: void pushZero(int array[]).
確定! 回上一頁