Answer Posted / harshal
Heap is for being free memory.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a keyword?
Explain how do you determine whether to use a stream function or a low-level function?
Explain what is the purpose of "extern" keyword in a function declaration?
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 #pragma statements?
What is extern storage class in c?
What is pre-emptive data structure and explain it with example?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is meant by type casting?
What is sizeof array?
State the difference between x3 and x[3].
Distinguish between actual and formal arguments.
Are c and c++ the same?
cavium networks written test pattern ..
What is string function in c?