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
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is the difference between mpi and openmp?
What are the 3 types of structures?
Is there any data type in c with variable size?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
is it possible to create your own header files?
code for replace tabs with equivalent number of blanks
what will be maximum number of comparisons when number of elements are given?
How can I open a file so that other programs can update it at the same time?
What is pragma c?
Can you apply link and association interchangeably?
What is variables in c?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is function pointer c?
Write a program to generate the Fibinocci Series