provide an example of the Group by clause, when would you
use this clause
No Answer is Posted For this Question
Be the First to Post Answer
What is %d used for?
how to write a program which adds two numbers without using semicolon in c
Explain how can you be sure that a program follows the ansi c standard?
Explain how do you print an address?
what is Array?
What is difference between main and void main?
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
find the minimum of three values inputted by the user
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]
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?