Concat two string with most overlapped substring has to
remove "abcd"+ "cdef" = "abcdef
Answer Posted / durga prasad
above code some thing wrong.
if "abcd","cefg" then output will be "abcdcefg"
but above code will give "abcefg"
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
the question is that what you have been doing all these periods (one year gap)
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Why structure is used in c?
How old is c programming language?
How many types of operator or there in c?
What is scanf_s in c?
What is array of structure in c?
What is extern variable in c with example?
Explain how do you print only part of a string?
What is meant by type specifiers?
Which is better between malloc and calloc?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Between macros and functions,which is better to use and why?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Difference between exit() and _exit() function?