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
How can I call a function with an argument list built up at run time?
Why does this code crash?
Explain high-order bytes.
What is the meaning of ?
what will be the output for the following main() { printf("hi" "hello"); }
Explain #pragma statements.
What is the purpose of main( ) in c language?
hi, which software companys will take,if d candidate's % is jst 55%?
What are the advantage of c language?
How is a macro different from a function?
What are identifiers c?
Explain how can I manipulate strings of multibyte characters?
Explain what does the function toupper() do?
What is console in c language?
What is the purpose of realloc()?