Given a number num=12345
WAP to find out the reverse of a number using recursion
Expected output: 54321
Published By : Suraj Ghimire
Given a number num=12345
WAP to find out the reverse of a number using recursion
Expected output: 54321