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...

how to sort two array of characters and make a new array of
characters.

Answer Posted / vijay

first merge two arrays and eliminate duplicate elements and
we can sort it

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by keywords in c?

1036


What is the difference between int main and void main?

999


What is d scanf?

1026


Explain how can I write functions that take a variable number of arguments?

1028


What are register variables? What are the advantage of using register variables?

1128


What is the difference between struct and typedef struct in c?

1083


Write a program to swap two numbers without using third variable?

1247


What is #include cctype?

1075


Explain what header files do I need in order to define the standard library functions I use?

1115


In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]

2413


application attempts to perform an operation?

1916


What library is sizeof in c?

1036


Why doesnt this code work?

1006


What’s the special use of UNIONS?

1106


What are identifiers and keywords in c?

1033