what r callback function?
Answer / raghu
A function that is passed (by reference) to another
function. The other function calls the callback function
under defined conditions
Is This Answer Correct ? | 5 Yes | 1 No |
WHAT IS MEANT BY LIFE?
List out few of the applications that make use of Multilinked Structures?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
write a program to convert a expression in polish notation (postfix) to inline (normal)
Explain the use of bit fieild.
while initialization of array why we use a[][2] why not a[2][]...?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
What is data structure in c and its types?
What is self-referential structure in c programming?
What is a pointer and how it is initialized?