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
Explain the use of bit fieild.
Explain is it valid to address one element beyond the end of an array?
Explain what is a stream?
Explain how can a program be made to print the line number where an error occurs?
What is the easiest sorting method to use?
What are directives in c?
What does a pointer variable always consist of?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Subtract Two Number Without Using Subtraction Operator
What is c language & why it is used?
What is the difference between union and structure in c?
What is the use of a ‘ ’ character?
Why does everyone say not to use scanf? What should I use instead?
What is actual argument?
What is the difference between #include and #include 'file' ?