Open Sachindrck opened 2 years ago
Given a number , write a program to reverse this number using stack.
Examples:
Input : 365 Output : 563
Input : 6899 Output : 9986
Please assign this to me :)
Given a number , write a program to reverse this number using stack.
Examples:
Input : 365 Output : 563
Input : 6899 Output : 9986