Answer Posted / karthik
when C-language is launched.. there was an another language
with names A and B. so,to follow sequence it is named as C
| Is This Answer Correct ? | 13 Yes | 26 No |
Post New Answer View All Answers
write a program to copy the string using switch case?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
How to write a code for reverse of string without using string functions?
What is the difference between typedef and #define?
What is the 'named constructor idiom'?
Are local variables initialized to zero by default in c?
Explain what are preprocessor directives?
What is meant by inheritance?
What is the difference between class and object 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 is volatile, register definition in C
Is c a great language, or what?
Why we not create function inside function.
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is #include stdio h?