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 is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
What is variable in c example?
What is clrscr in c?
How can my program discover the complete pathname to the executable from which it was invoked?
what is the use of call back function in c?tell me with example
What is c basic?
What is the Difference between Class and Struct?
Differentiate between Macro and ordinary definition.
What is linear search?
Magic square
How would you write qsort?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"