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
Is it possible to pass an entire structure to functions?
What is sizeof array in c?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is a nested formula?
What is property type c?
define string ?
Is file a keyword in c?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Distinguish between actual and formal arguments.
What is variables in c?
What is enumerated data type in c?
Where we use clrscr in c?
What is #include stdio h?
What is function pointer c?
How can my program discover the complete pathname to the executable from which it was invoked?