Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Print all the palindrome numbers.If a number is not
palindrome make it one by attaching the reverse to it.
eg:123
output:123321 (or) 12321

Answer Posted / santhu

#include<stdio.h>
main()
{
int n,m;
}

Is This Answer Correct ?    7 Yes 43 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are reserved words with a programming language?

1216


What is self-referential structure in c programming?

1285


How can you tell whether two strings are the same?

1314


How can you call a function, given its name as a string?

1209


Are pointers integers in c?

1128


What is the difference between void main and main in c?

1215


What is table lookup in c?

1152


Explain the bubble sort algorithm.

1114


Why c language?

1125


What is calloc()?

1135


Write a program to find the biggest number of three numbers in c?

1105


Which node is more powerful and can handle local information processing or graphics processing?

1375


program for reversing a selected line word by word when multiple lines are given without using strrev

2540


How many bytes is a struct in c?

1217


Explain how do you print only part of a string?

1280