What is meant by realloc()?
No Answer is Posted For this Question
Be the First to Post Answer
When should I declare a function?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
what is Structural oriented language? give some example of this language.....?
how can u print a message without using any library function in c
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
write a program to display the frequency of each element in a given array in c language
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
How would you sort a linked list?
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 defrenece between structure and union
What is a far pointer?What is the utility?
What's wrong with "char *p; *p = malloc(10);"?