What is the difference between text and binary i/o?
No Answer is Posted For this Question
Be the First to Post Answer
multiple of 9 without useing +,* oprator
How can you allocate arrays or structures bigger than 64K?
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 get back to the interactive keyboard if stdin is redirected?
how to multiply two number taking input as a string (considering sum and carry )
What are the languages are portable and platform independent?Why they are like that?
what defference between c and c++ ?
What are local variables c?
What is keyword in c?
Explain what is the difference between far and near ?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Explain Doubly Linked Lists?