Reverse number means reverse the position of all digits of any number.
For example : Reverse of 435 is 534.
For this program you need modulus operator concept and while loop, while loop is used for check condition and modulus used for find the remainder.
SOURCE CODE ::
OUTPUT ::
need an explanation for this answer? contact us directly to get an explanation for this answer