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

Why does everyone say not to use scanf? What should I use instead?

0 Answers  


12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

4 Answers   Accenture,


Write program to remove duplicate in an array?

0 Answers  


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

0 Answers  


Can main () be called recursively?

0 Answers  






Why the use of alloca() is discouraged?

2 Answers   Oracle,


Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


how can i print "hello"

3 Answers  


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

0 Answers   TCS,


What is the Lvalue and Rvalue?

2 Answers  


How to calculate Total working time using Login and logout?

2 Answers   CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,


how to find string length wihtout using c function?

6 Answers  


Categories