WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT
TECHNIQUE..
No Answer is Posted For this Question
Be the First to Post Answer
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
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]
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
WHAT IS HEADER?
How to define structures? ·
What is the condition that is applied with ?: Operator?
Explain function pointer with exapmles.
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
what is the difference b/w compiler and debugger?
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
What is an example of structure?
Explain what are linked list?