Given a number N, the task is to print the digits of N which divide N. Example: Input: N = 234Output: 2 3 Input: N… Read More

The post Find all digits of given number N that are factors of N appeared first on GeeksforGeeks.