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
What are reserved words with a programming language?
What is self-referential structure in c programming?
How can you tell whether two strings are the same?
How can you call a function, given its name as a string?
Are pointers integers in c?
What is the difference between void main and main in c?
What is table lookup in c?
Explain the bubble sort algorithm.
Why c language?
What is calloc()?
Write a program to find the biggest number of three numbers in c?
Which node is more powerful and can handle local information processing or graphics processing?
program for reversing a selected line word by word when multiple lines are given without using strrev
How many bytes is a struct in c?
Explain how do you print only part of a string?