Q1.Greatest Common Divisor You are given two numbers, ‘X’ and ‘Y’. Your task is to find the greatest common divisor of the given two numbers. T... read more
Q2.Move Zeros To Left You are given an array 'ARR' of integers. Your task is to modify the array so that all the array elements having zero val... read more
Q3.Selection Sort Selection sort is one of the sorting algorithms that works by repeatedly finding the minimum element from the unsorted part o... read more