Given an integer n, using phone keypad find out all the possible strings that can be made using digits of input n. Return empty string for numbers 0 and 1.
PROBLEM:-Given an integer n, using phone keypad find out all the possible strings that can be made using digits of input n.