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 |
how write a addtion of two single dimensional array using of pointer in c language?
what is an ERP?
What is difference between scanf and gets?
Why shouldn’t I start variable names with underscores?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
How can you access memory located at a certain address?
What is include directive in c?
Why enum is used in c?
What is undefined behavior?
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
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