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 'auto' keyword
What is stack in c?
Explain how do you view the path?
What is storage class?
When can you use a pointer with a function?
Explain what are header files and explain what are its uses in c programming?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What are extern variables in c?
What are the functions to open and close file in c language?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What are the types of data types and explain?
Explain how do you list a file’s date and time?
Explain About fork()?
What are identifiers c?
What are the features of the c language?