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 |
Explain how can type-insensitive macros be created?
Explain how can I read and write comma-delimited text?
How can I invoke another program from within a C program?
second highest number in a given set of numbers
what is meant by c
write a C code To reverse a linked list
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is a spanning Tree?
disadvantages of realloc ?
If we give two names then this displays the connection between the two people. It is nothing but flames game
What is keyword in c?