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: click point program with matlab, train in opengl program, matlab program, program coding snort tool in java, vb program for fingerprint project, picture editing program free, vb net employee program,

[-]
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)

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

Forum Jump: