Results 1 to 10 of 17
Threaded View
-
20th Nov 2011, 07:29 AM #4OPBannedWebsite's:
cityvillehelp.comHere is the working correct program
Code:#include<stdio.h> #include<conio.h> main() { int num=0, revnum=0, temp=0; printf("Program to reverse the number"); printf("\n\nEnter a Number "); scanf("%d",&num); if (num<=10) printf("\nEnter Number Greater than 10\n"); else { while(num!=0) { temp=num%10; revnum=revnum*10+temp; num=num/10; } printf("Reversed Number=%d",revnum); } getch(); }
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
I Find VPS
By ponsix in forum Hosting DiscussionReplies: 3Last Post: 24th Mar 2012, 08:57 PM -
Find solid program transfer files remotely?
By deelow66 in forum General DiscussionReplies: 1Last Post: 11th Nov 2011, 07:09 AM -
Find the cat, LOL
By cyber-cliff in forum General DiscussionReplies: 62Last Post: 1st Oct 2011, 09:58 PM -
Not Selected for The Program (MEPI- Student Leaders Program)!!
By DoctorX in forum General DiscussionReplies: 0Last Post: 9th Feb 2011, 04:29 PM -
Need some invoice program source code/or program only
By Nikolasr in forum Webmaster DiscussionReplies: 2Last Post: 1st Feb 2010, 10:55 AM
themaCreator - create posts from...
Version 3.52 released. Open older version (or...