#include <stdio.h> #include <conio.h> //Reverse Number - FScOnline.info int main() { int num,rev=0,mod; printf("Enter Number: "); scanf("%d",&num); while(num!=0) { mod=num%10; rev=(rev*10)+mod; num=num/10; } printf("Reverse Number: %d",rev); getch(); return 0; }
Trending
- Pak Studies 10th Class Paper Scheme 2022 for Punjab Board
- 10th Class Pak Studies Guess Paper 2022 Punjab Board [Download PDF]
- Army Public School APS & College Teaching & Non-Teaching Jobs 2022
- UET Lahore Admissions for Short Courses June-July Session 2022
- Pakistan Institute of Management Science PIMS Offer Diploma Courses 2022
- University of Education 2nd Notification for Affiliated Degrees 2022-23
- GCU Lahore Issue LLB Fee Submission Schedule 2022
- Coca Cola International Internship 2022 Apply Now
- Information Technology Department Gilgit Baltistan Jobs 2022
- Aitchison College Senior School Latest May Jobs 2022
Reverse Any Number – C Program
I'm a full-stack developer, specializing in the PHP, JS, Wordpress, MEAN Stack, MERN Stack & Django. I hold a high standard of quality in everything that I do.
You might also like