Answer Posted / priya
In computer programming, a callback is executable code that is passed as an argument to other code
Function Pointers provide the concept of callback functions.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can a variable be both const and volatile?
Explain what is page thrashing?
What is the stack in c?
How do I copy files?
How can I find the modification date of a file?
Is null valid for pointers to functions?
What is main function in c?
What are the differences between new and malloc in C?
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]
can anyone please tell about the nested interrupts?
What is exit() function?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Why we use int main and void main?