Write a program to compute the similarity between two strings
- The program should get the two strings as input
- Then it will output one single number which is the percentage of similarity between the two strings
No Answer is Posted For this Question
Be the First to Post Answer
wite a programme in c to linear search a data using flag and without using flags?
What is null character in c?
I want tcs placement papers of 2004-2009 , its urgent
What is the correct code to have following output in c using nested for loop?
How to find a missed value, if you want to store 100 values in a 99 sized array?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
int i=10; printf("%d %d %d", i, i=20, i);
int far *near * p; means
What is #include conio h?
What is the size of array float a(10)?