Answer Posted / shrth
example:435
the answer is 4+3+5=12
| Is This Answer Correct ? | 89 Yes | 49 No |
Post New Answer View All Answers
What is the value of h?
What are called c variables?
What is the purpose of void in c?
What is scanf_s in c?
What is the explanation for modular programming?
What is && in c programming?
How many levels of pointers have?
What is a program?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
How do you search data in a data file using random access method?
What is build process in c?
What functions are used in dynamic memory allocation 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]
What will be your course of action for a push operation?
What is array in C