WAP to reverse the digits of a 32 bit signed integer
Examples:
Input: 123 Output: 321
Input: -123 Output: -321
Input: 120 Output: 21
Published By : Kopal Jaiswal
WAP to reverse the digits of a 32 bit signed integer
Examples:
Input: 123 Output: 321
Input: -123 Output: -321
Input: 120 Output: 21