C++ Program to Reverse a Number



Output :

Enter any num : 964
Reverse of 164 is 469 

Reverse of any Number Using for loop



Output :

Enter any num : 164
Reverse of 164 is 461