Answer Posted / akash
array is a collecation of elments
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the process of writing the null pointer?
Can we assign integer value to char in c?
What is pointer and structure in c?
How do you determine whether to use a stream function or a low-level function?
What is I ++ in c programming?
Explain how can I convert a string to a number?
Should a function contain a return statement if it does not return a value?
Write a program to print fibonacci series using recursion?
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 can I read a binary data file properly?
Write a Program to find whether the given number or string is palindrome.
What is the size of empty structure in c?
Describe the difference between = and == symbols in c programming?
What are the preprocessor categories?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.