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
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What is an endless loop?
Why do we need volatile in c?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Is that possible to add pointers to each other?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What are the various types of control structures in programming?
which is an algorithm for sorting in a growing Lexicographic order
Define Spanning-Tree Protocol (STP)
Why do we need arrays in c?
Explain is it better to bitshift a value than to multiply by 2?
Hai what is the different types of versions and their differences
Write program to remove duplicate in an array?
What is calloc in c?
What is difference between union and structure in c?