Answer Posted / mohit singh sisodiya yuv
strcmp is a string comparator and palindrone is a
combination of strcpy,strcmp ,strrev we can use them in
place of all
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What does != Mean in c?
What is string length in c?
What is wrong with this program statement? void = 10;
How can I pad a string to a known length?
Implement bit Array in C.
develop algorithms to add polynomials (i) in one variable
How do I copy files?
What is #define?
What is far pointer in c?
What is the benefit of using an enum rather than a #define constant?
What is a node in c?
Explain bitwise shift operators?
Explain heap and queue.
What do you mean by invalid pointer arithmetic?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?