Answer Posted / glibwaresoftsolutions
When the order of the characters in a string is reversed and the string remains unchanged, it is called a palindrome.
One way to accomplish this is to first reverse the original string and then determine whether the reversed string is identical to the original string.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a pointer be static?
What is extern c used for?
Is it fine to write void main () or main () in c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
How to establish connection with oracle database software from c language?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Why we use break in c?
Compare interpreters and compilers.
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What are header files in c?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What are near, far and huge pointers?
What is floating point constants?
How many loops are there in c?
What is #include called?