How do you determine if a string is a palindrome?
Answer / 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 |
What does volatile do?
How do you define CONSTANT in C?
Is c a great language, or what?
How does pointer work in c?
which do you prefer C or Pascal?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Can a void pointer point to a function?
Between macros and functions,which is better to use and why?
What is function what are the types of function?
How do you view the path?
What is FIFO?
Why c is faster than c++?