Answer Posted / akhilesh tiwari
strcmp is string comparison function used to compare between two string.whereas polindrome is not any string function.
but we can create programe to check polindrom string/number
using strrev function.
example of polindrome string. ABA,MAM,MADAM.
it means both side read and pronounciation are same is called polindrome.......
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are valid operations on pointers?
List some of the dynamic data structures in C?
What is difference between static and global variable in c?
Why is void main used?
all c language question
What is the difference between malloc() and calloc() function in c language?
What math functions are available for integers? For floating point?
what is recursion in C
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is the use of header?
What is dynamic memory allocation?
How can you draw circles in C?