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 an inline fuction??
What is the difference between void main() and void main (void) give example programme?
Is null always equal to 0(zero)?
What is %g in c?
What is difference between structure and union?
With the help of using classes, write a program to add two numbers.
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is bubble sort technique in c?
Write a program in c using only loops to print * * * * * *******
What is difference between structure and union in c programming?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
is it possible to change the default calling convention in c ?