Latest DATA STRUCTURE Aptitude Question SOLUTION: EXAMPLE: Input=['1','0','1','2','3','0','3','4','0'] Output: ['1', '1', '2', '3', '3', '4', '0', '0', '0'] // Function to move all zeros present in the array to the end void reor