Answer Posted / gallanticscorp
by seeing we can understand that .....N O T fit as the
correct possible
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the advantage of using #define to declare a constant?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Should I learn c before c++?
Is that possible to add pointers to each other?
What are the Advantages of using macro
When should a far pointer be used?
What is the general form of function in c?
What is a void pointer? When is a void pointer used?
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]
Can we declare variables anywhere in c?
Is it better to bitshift a value than to multiply by 2?
What is size of union in c?
Differentiate fundamental data types and derived data types in C.
What is the use of function in c?