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
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is the purpose of void in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Is c is a low level language?
What is an example of structure?
What is the g value paradox?
Can you write a programmer for FACTORIAL using recursion?
List some basic data types in c?
What is function prototype?
Explain About fork()?
C language questions for civil engineering
Which is an example of a structural homology?
Why do we need arrays in c?
Does c have an equivalent to pascals with statement?
What are qualifiers and modifiers c?