what is difference between strcmp & palindrome?
Answers were Sorted based on User's Feedback
strcmp is string comparison function used to compare between two string.whereas polindrome is not any string function.
but we can create programe to check polindrom string/number
using strrev function.
example of polindrome string. ABA,MAM,MADAM.
it means both side read and pronounciation are same is called polindrome.......
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
Answer / arun mavi 8800849839
strcmp is a sting word which is used in our c++ language .Its means to read and write the function
| Is This Answer Correct ? | 1 Yes | 10 No |
How can I read a binary data file properly?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is the general form of a C program?
What is the Purpose of 'extern' keyword in a function declaration?
What is extern storage class in c?
How to draw the flowchart for structure programs?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
p*=(++q)++*--p when p=q=1 while(q<=6)
what is void pointer?
What is structure padding & expalain wid example what is bit wise structure?