Asked in Inovalon India and 24 others
Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements.

AnswerBot
5mo
Move all zeroes to the end of an array of strings
Iterate through the array and move all '0' elements to the end
Use two pointers approach to swap elements
Maintain a count of non-zero elements to place ...read more
Prakhar Dhama
4y
Initially, make a function and pass array and number of elements of array(n) to the function.
Inside the function, declare and define a variable as counter equal to 0.
Run the for loop for traversing...read more
Help your peers!
Add answer anonymously...
Interview Questions from Popular Companies

3.7
• 8.7k Interviews

4.0
• 5.4k Interviews

3.5
• 4.2k Interviews

3.6
• 8k Interviews

3.7
• 6k Interviews

3.7
• 6.2k Interviews

3.5
• 4.2k Interviews

3.7
• 5.1k Interviews
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

