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

Post New Answer

More C Interview Questions

write a program to delete an item from a particular location of an linear array?

1 Answers  


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...

0 Answers  


Why is c called c?

0 Answers  


what is answer for perfect number????????????????

1 Answers  


without using arithmatic operator solve which number is greater??????????

1 Answers   Accenture,






WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *

3 Answers   Infosys, TCS,


How will you divide two numbers in a MACRO?

0 Answers   Apps Associates,


What are the advantages of the functions?

0 Answers  


What is time null in c?

0 Answers  


#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300,200,100

1 Answers  


How can I trap or ignore keyboard interrupts like control-c?

0 Answers  


What are pointers? Why are they used?

0 Answers  


Categories