Concat two string with most overlapped substring has to
removeĀ "abcd"+ "cdef" = "abcdef
Answer Posted / sham
Check the each char in the second string with first string
if it is not there then concatenate into the first string else
do not do.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the similarities between c and c++?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
How can I trap or ignore keyboard interrupts like control-c?
Write a program to print factorial of given number using recursion?
Why do we use null pointer?
In C, What is the #line used for?
What is a macro, and explain how do you use it?
How main function is called in c?
What is cohesion in c?
What is advantage of pointer in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is the basic structure of c?
What are the 4 types of unions?
What are lookup tables in c?
What does int main () mean?