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
What is malloc return c?
What is the use of parallelize in spark?
What is pass by value in c?
How can I open a file so that other programs can update it at the same time?
Why is C language being considered a middle level language?
What is const volatile variable in c?
Explain what is #line used for?
What is null pointer in c?
What is union and structure?
Why do we use header files in c?
What is the difference between text and binary modes?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is the purpose of type declarations?
Why we use stdio h in c?
please send me the code for multiplying sparse matrix using c