Answer Posted / smitha
11 chars + null string
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
Define circular linked list.
What are register variables in c?
Can a local variable be volatile in c?
What does struct node * mean?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is cohesion in c?
What is a nested loop?
What is the purpose of 'register' keyword in c language?
What does typedef struct mean?
Explain the bubble sort algorithm.
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]
Explain what is a static function?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Write a program to print factorial of given number using recursion?