Ask Question - Get Answer

1 Ans Write a C program to reverse a number

Asked by AL MaMun (4 Golds) Friday, 31 Jul 2020, 04:42 PM at (Education Tutorials)

Please log in to answer, like and save
0
Save 0

<<< Previous
Log in to Answer Next >>>

Answer(s):

A C program to reverse a number :


#include<stdio.h>

int main()

{

    int n, temp, rev=0, r;

    printf("Enter a Number\n");

    scanf("%d", &n);

    while(n!=0)

    {

        rev=rev*10;

        rev=rev+n%10;

        n=n/10;

    }

    printf("Reverse Number = %d", rev);

    return 0;

}


Answered by AL MaMun (4 Golds) Friday, 31 Jul 2020, 04:42 PM

Please log in to Upvote, Downvote and Report
           

Related Q/A:

2 Ans Write a C program for Binary Search algorithm

1 Ans 41st BCS Technical Subjective Written Exam Question Download

1 Ans Write a C program to print Fibonacci number series

1 Ans Write a C program to find the highest and lowest number in a series

1 Ans Write a C program to find nth Fibonacci number

1 Ans Write a C program to check a Palindrome Number

1 Ans Write a C program to check Bubble sort data structure and algorithm

1 Ans How to Learn HTML - HyperText Markup Language easily? 

1 Ans Best Web development site in the internet ?

2 Ans Train Location Message TR Train_Code and Send to 16318 Example: TR 705 Send to 16318