A woman had somany gloves and hats 22 red,34 blue, 45
white...there was power cut and she took a glove and how
many gloves shud she take so that she gets a pair of glove
fr each color??
Answer Posted / gowtham
22+34+1=57
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
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]
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Is main an identifier in c?
What is a constant and types of constants in c?
Can variables be declared anywhere in c?
What is getch c?
Why is c called c not d or e?
What does volatile do?
What is the difference between single charater constant and string constant?
Is it possible to initialize a variable at the time it was declared?
What is quick sort in c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is a void pointer in c?
What is the code in while loop that returns the output of given code?
Why do we use namespace feature?