I need a sort of an approximate strcmp routine?



I need a sort of an approximate strcmp routine?..

Answer / Gaurav Verma

For an approximate string comparison, you might consider using a function like 'strcmp' with a tolerance for differences in case or whitespace. However, for more advanced fuzzy matching, you may want to use libraries such as FuzzyWuzzy (<https://github.com/seatgeek/fuzzywuzzy>).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

how write a addtion of two single dimensional array using of pointer in c language?

3 Answers   DRDO,


what is an ERP?

2 Answers   Infotech,


What is difference between scanf and gets?

1 Answers  


Why shouldn’t I start variable names with underscores?

1 Answers  


wt is diference between int and int pointer as same as float and float pointer and char and char pointer

8 Answers   CTS, Infosys,


How can you access memory located at a certain address?

1 Answers  


What is include directive in c?

1 Answers  


Why enum is used in c?

1 Answers  


What is undefined behavior?

1 Answers  


what are the static variables

8 Answers   HCL, iFlex, TCS, Wipro,


i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement

5 Answers  


write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised

3 Answers  


Categories