Menu Close

Find the biggest number

Greatest of three numbers Rahul is entering three numbers into the system. He has to find the biggest number from thatinputs. Help rahul to find…

Hello World

HELLO WORLD in C++ Help raj to print “The Input” from the user end and it is the first program to raj. Give the input…

Calculate the Cube Root

Ramu is collecting some random inputs from his maths teacher.Help ramu to calculate the cube root of the user input by using C++ program.Input: Get…

Find the maximum result of = a XOR b

Given a non-empty array of numbers, a0, a1, a2 ….. where 0 ≤ ai < 2^31. Find the maximum result of ai XOR aj, where 0 ≤ i, j < n. Could you…