Reverse an integer
Submit solution
C
Points:
10
Time limit:
8.0s
Memory limit:
65M
Author:
Problem type
Allowed languages
Write a C-program to print the reverse of a given number.
Sample Input
154
Sample Output
451
Comments