1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / richa gupta
c) ?!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is the benefit of using enum to declare a constant?
What are global variables and explain how do you declare them?
What is keyword with example?
Why clrscr is used in c?
What is a function in c?
What are the features of c language?
What is array in C
Explain what is the difference between a free-standing and a hosted environment?
How to draw the flowchart for structure programs?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
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 define c?
What is sizeof return in c?
What is volatile variable in c?
C language questions for civil engineering