New Member FAQ
|
Forums
|
Earn Revenue
Resources
Entrance
Ask Experts
Exam Papers
Jobs
English
Projects
Universities
Colleges
Courses
Schools
Training
My India
Members
|
Communities
|
Business Directory
|
Classifieds
|
Reviews
|
Silverlight Games
|
Peer Appraisal
|
Bookmarks
|
Polls
|
Mentors
|
Links
|
B.Tech Projects
|
Lobby
|
Gift Shop
|
Chat
My Profile
Sign In
Register
AdSense Revenue
Active Members
Today
PROSENJIT MANN...
(667)
Mr. Anindya
(371)
Lenin
(364)
Last 7 Days
PROSENJIT MANN...
(1781)
Shobha Manasa
(1774)
Lenin
(1522)
more...
Awards & Gifts
Online Exams
Aptitude Questions
General Aptitude Tests
Medical Entrance
Engineering Entrance
Bank Tests
TOEFL & IELTS Questions
Fresher Jobs
Our fresher job section is exclusively for fresh graduates! Find jobs for freshers in major Indian cities including Bangalore, Chennai, Hyderabad, Pune or Kochi
Resources
Find educational articles, blogs, discussion threads and other resources.
Colleges
Find details about any college in India or search for courses.
REVERSE OF A NO.
Posted Date: Total Responses:
0
Posted By:
ANUJ KAUSHAL
Member Level:
Silver
Points/Cash
: 1
#include
#include
int mirror(int n);
main()
{
clrscr();
int c,w;
cout<<"enter a number:"<
cin>>c;
w=mirror(c);
cout<<"\n the reverse of the number is"<
return 0;
}
int mirror(int n)
{
int rem_num,mirror=0;
while(n!=0)
{
rem_num=n%10;
mirror=(mirror*10)+rem_num;
n=n/10;
}
return mirror;
}
Project Feedbacks
No feedbacks found. Be the first to respond and make money from
revenue sharing program
.
Post Feedback
You must
Sign In
to post a feedback.
Next Project:
Program to check whether switch at P0.28 and P0.29 of LPC2148 for toggle LED at P0.21 and P0.22
Previous Project:
Program computes the sum of each row and column of a matrix
Return to Project Index
Post New Project
Related Projects
C programs that implement the Bubble sort to a given list of integers in ascending order
First come first serve
Calc Project in C Language
GRAPHICS 2 dimension transformation in C
A File System Simulation using C++
Advertise Here
Contact Us
Advertise
Editors
Privacy Policy
Terms Of Use
ISC Technologies.
2006 - 2009 All Rights Reserved.