Reversing a number-csec
Submit solution
C
Points:
10 (partial)
Time limit:
2.0s
Memory limit:
1M
Author:
Problem type
Allowed languages
Write a c program to find the reverse of a number
Sample Input
123
Sample output
321
Comments