Reversing a number-csec


Submit solution

Points: 10 (partial)
Time limit: 2.0s
Memory limit: 1M

Author:
Problem type
Allowed languages
C

Write a c program to find the reverse of a number


Sample Input

123


Sample output

321



Comments

There are no comments at the moment.