Answer Posted / ratnesh rai
c is a high level programing language
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Why array is used in c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is binary tree in c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
List a few unconditional control statement in c.
What is the difference between int main and void main?
What is #ifdef ? What is its application?
Explain the red-black trees?
What is c value paradox explain?
Explain low-order bytes.
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 you find the exact size of a data type in c?
What is a scope resolution operator in c?
Explain the process of converting a Tree into a Binary Tree.
Why is c so powerful?