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
Explain how can I open a file so that other programs can update it at the same time?
Tell me what is null pointer in c?
Where local variables are stored in c?
Explain about block scope in c?
Who is the founder of c language?
Is printf a keyword?
What is a nested formula?
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 bash c?
Explain union.
What is memory leak in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is the difference between functions getch() and getche()?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What’s a signal? Explain what do I use signals for?