c program in computer program
#1

c program in computer program

[attachment=16432]


C Program to reverse a number :- This program reverse the number entered by the user and then prints the reversed number on the screen. For example if user enter 123 as input then 321 is printed as output. In our program we have used modulus(%) operator to obtain the digits of a number, we store the digits in an array, pow functions of math.h is used to obtain the reverse of the given number.


Palindrome Numbers
Palindrome number in c: A palindrome number is a number such that if we reverse it, it will not change. For example some palindrome numbers examples are 121, 212, 12321, -454. To check whether a number is palindrome or not first we reverse it and then compare the number obtained with the original, if both are same then number is palindrome otherwise not. C program for palindrome number is given below.

Palindrome number algorithm
1. Get the number from user.
2. Reverse it.
3. Compare it with the number entered by the user.
4. If both are same then print palindrome number
5. Else print not a palindrome number.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: program manager software, she management program, brooklyn college program for, seminar on electronics stability program, project based on rfit with program, decipher program, program for queue operation,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
c program in computer program - by seminar addict - 21-01-2012, 04:46 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  A Paper Presentation on Software Development Automation by Computer Aided Software seminar paper 4 3,182 23-03-2016, 02:05 PM
Last Post: dhanabhagya
  Computer virus seminar addict 2 2,901 28-01-2013, 03:28 PM
Last Post: seminar details
  BRAIN COMPUTER INTERFACE project uploader 1 1,550 01-01-2013, 10:48 AM
Last Post: seminar details
  COMPUTER SCIENCE AND INFORMATION TECHNOLOGY SYLABUS seminar details 1 1,471 23-11-2012, 01:00 PM
Last Post: seminar details
  The NIAC Space Elevator Program seminar addict 2 1,640 20-11-2012, 12:55 PM
Last Post: seminar details
  Computer Graphics ppt seminar details 1 4,903 31-10-2012, 01:09 PM
Last Post: seminar details
  COMPUTER VIRUSES AND ANTIVIRUSES seminar details 0 1,380 12-06-2012, 01:21 PM
Last Post: seminar details
  Micro Turbine Generator Program project uploader 0 1,068 11-06-2012, 02:02 PM
Last Post: project uploader
  Touch Screen Computer Displays seminar details 0 1,147 09-06-2012, 05:31 PM
Last Post: seminar details
  Computer Security Pretty Good Privacy seminar details 0 1,004 09-06-2012, 04:22 PM
Last Post: seminar details

Forum Jump: