How can I find out if there are characters available for reading?
No Answer is Posted For this Question
Be the First to Post Answer
Can stdout be forced to print somewhere other than the screen?
Why array starts with index 0
what is linkage error when it occurs in c program
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
list the no of files created when c source file is compiled
What is p in text message?
is it possible to create your own header files?
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What is structure in c explain with example?
What is the use of the function in c?
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]