Answer Posted / preethi v
function pointer will store the address of a specific function
for eg:int (*p) ()
p is a function pointer will store the address of one function at a time.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between malloc() and calloc() in c?
What is LINKED LIST? How can you access the last element in a linked list?
What does *p++ do? What does it point to?
What are the different categories of functions in c?
What are local static variables?
What are the 32 keywords in c?
Where does the name "C" come from, anyway?
Explain two-dimensional array.
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What are structure types in C?
What is the general form of #line preprocessor?
What is getch() function?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Can you mix old-style and new-style function syntax?
What is exit() function?