Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Can the sizeof operator be used to tell the size of an array passed to a function?

1176


What are void pointers in c?

1062


Why is main function so important?

1160


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

2230


What is equivalent to ++i+++j?

1147


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

1120


Define circular linked list.

1082


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

1049


Explain how do you print an address?

1206


What are the 32 keywords in c?

1140


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3783


what is reason of your company position's in india no. 1.

2411


How does placing some code lines between the comment symbol help in debugging the code?

1061


What's a good way to check for "close enough" floating-point equality?

1253


Why does everyone say not to use gets?

1199