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 is pointers in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is getch() function?
Where local variables are stored in c?
how can f be used for both float and double arguments in printf? Are not they different types?
What is difference between far and near pointers?
What are volatile variables in c?
Why is event driven programming or procedural programming, better within specific scenario?
What are identifiers and keywords in c?
What are dangling pointers in c?
What is meant by recursion?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is the process of writing the null pointer?
What is selection sort in c?
Explain null pointer.