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
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What do you understand by normalization of pointers?
Write a program to show the change in position of a cursor using c
Are pointers integer?
What are the advantages of the functions?
What are structural members?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
how many errors in c explain deply
What is the purpose of 'register' keyword in c language?
What is the use of sizeof?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is file in c preprocessor?
What does the file stdio.h contain?
Difference between constant pointer and pointer to a constant.
Differentiate between null and void pointers.