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: fresger party program kaise kre, report on movelight program, long distance swim training program, c program for lr 0 parser, upenn llm program, georgian college architecture program, scrept for college program anqring,

[-]
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,178 23-03-2016, 02:05 PM
Last Post: dhanabhagya
  Computer virus seminar addict 2 2,890 28-01-2013, 03:28 PM
Last Post: seminar details
  BRAIN COMPUTER INTERFACE project uploader 1 1,548 01-01-2013, 10:48 AM
Last Post: seminar details
  COMPUTER SCIENCE AND INFORMATION TECHNOLOGY SYLABUS seminar details 1 1,468 23-11-2012, 01:00 PM
Last Post: seminar details
  The NIAC Space Elevator Program seminar addict 2 1,630 20-11-2012, 12:55 PM
Last Post: seminar details
  Computer Graphics ppt seminar details 1 4,891 31-10-2012, 01:09 PM
Last Post: seminar details
  COMPUTER VIRUSES AND ANTIVIRUSES seminar details 0 1,375 12-06-2012, 01:21 PM
Last Post: seminar details
  Micro Turbine Generator Program project uploader 0 1,064 11-06-2012, 02:02 PM
Last Post: project uploader
  Touch Screen Computer Displays seminar details 0 1,140 09-06-2012, 05:31 PM
Last Post: seminar details
  Computer Security Pretty Good Privacy seminar details 0 1,001 09-06-2012, 04:22 PM
Last Post: seminar details

Forum Jump: