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

Can you define which header file to include at compile time?

561


what will be the output for the following main() { printf("hi" "hello"); }

9233


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

1488


What are the advantages and disadvantages of a heap?

679


List the variables are used for writing doubly linked list program.

1593






What is indirection?

624


What is merge sort in c?

626


What is static memory allocation? Explain

595


What math functions are available for integers? For floating point?

594


What is malloc and calloc?

548


What is meant by int main ()?

694


Is c easier than java?

546


Why can arithmetic operations not be performed on void pointers?

567


What is the easiest sorting method to use?

614


Are the variables argc and argv are local to main?

768