Concat two string with most overlapped substring has to
removeĀ "abcd"+ "cdef" = "abcdef
Answer Posted / om
@Ashwin Kumar
According to your program....
char *a="abcdcdcd";
char *b="cdef";
output is "abcdef"..//which is wrong.....it should be abcdcdef
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
write a program to find out prime number using sieve case?
Why is c so popular?
State the difference between x3 and x[3].
What is time complexity c?
Explain is it valid to address one element beyond the end of an array?
What is difference between && and & in c?
What is the difference between typedef struct and struct?
Write a code to generate divisors of an integer?
What is boolean in c?
Describe the difference between = and == symbols in c programming?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is the deal on sprintf_s return value?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
How can you find the exact size of a data type in c?