what is difference between strcmp & palindrome?

Answers were Sorted based on User's Feedback



what is difference between strcmp & palindrome?..

Answer / akhilesh tiwari

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

what is difference between strcmp & palindrome?..

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

what is difference between strcmp & palindrome?..

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

Post New Answer

More C Interview Questions

Multiply an Integer Number by 2 Without Using Multiplication Operator

0 Answers  


what is c language.

3 Answers  


Explain the array representation of a binary tree in C.

0 Answers   Genpact,


What is period operator in c?

3 Answers   Wipro,


write a program without using main function?

2 Answers   TCS,






plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>

1 Answers  


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.

15 Answers   Global Edge,


Name the language in which the compiler of "c" in written?

3 Answers   Bajaj,


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

0 Answers  


Write a C program to convert an integer into a binary string?

1 Answers  


What happens if header file is included twice?

0 Answers  


Categories