is assignment operator is arithmatic or not
Answer Posted / divya
assignment operators are differ from arithmatic operator
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain how do you determine a file’s attributes?
What is #pragma statements?
What is difference between && and & in c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
How can I read data from data files with particular formats?
Why does the call char scanf work?
What is the difference between Printf(..) and sprint(...) ?
main() { printf("hello"); fork(); }
Is main an identifier in c?
What 'lex' does?
What is difference between function overloading and operator overloading?
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 the difference between class and unio?
What is variable initialization and why is it important?
What is f'n in math?