Google meet round. Total three questions: Q1) Separate out even and odd integers from a list Q2) Reverse the separated even integers from the given list. Q3) Given a list bring all the zeros to the end without changing the order of non-zero elements Using constant space and linear time.