what is the advantage of function pointer
Answer Posted / ajay
TO implement call back functions.......
Is This Answer Correct ? | 34 Yes | 8 No |
Post New Answer View All Answers
Explain how can you tell whether two strings are the same?
How to compare array with pointer in c?
How can I access an I o board directly?
What should malloc(0) do?
What is volatile variable in c with example?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Can you please explain the difference between malloc() and calloc() function?
What are the standard predefined macros?
Which is best linux os?
What is c language & why it is used?
Explain what are the __date__ and __time__ preprocessor commands?
Why do we use int main?
Explain how can I pad a string to a known length?
What is volatile c?